Color spaces of #dedf3d
RGB | 222 | 223 | 61 |
---|---|---|---|
HSL | 0.17 | 0.72 | 0.56 |
HSV | 60° | 73° | 87° |
CMYK | 0.00 | 0.00 | 0.73 0.13 |
XYZ | 57.3542 | 68.6419 | 14.6412 |
Yxy | 68.6419 | 0.4078 | 0.4881 |
Hunter Lab | 82.8504 | -21.4194 | 47.5176 |
CIE-Lab | 86.3264 | -18.5437 | 73.9614 |
#dedf3d color RGB value is (222,223,61).
#dedf3d hex color red value is 222, green value is 223 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dedf3d hue: 0.17 , saturation: 0.72 and the lightness value of dedf3d is 0.56.
The process color (four color CMYK) of #dedf3d color hex is 0.00, 0.00, 0.73, 0.13. Web safe color of #dedf3d is #cccc33. Color #dedf3d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011111 | 00111101 |
Octal | 336 | 337 | 75 |
Decimal | 222 | 223 | 61 |
Hex | DE | DF | 3D |
Shades of #dedf3d
Tints of #dedf3d
RGB Percentages of Color #dedf3d
CMYK Percentages of Color #dedf3d
Complementary Color
#dedf3d | #3e3ddf |
#dedf3d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dedf3d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dedf3d Color CSS Codes
.mybgcolor {background-color:#dedf3d; } .myforecolor {color:#dedf3d; } .mybordercolor {border:3px solid #dedf3d; }
#dedf3d Text Font Color
<p style="color:#dedf3d">Text here</p>
This sample text font color is #dedf3d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dedf3d Background Color
<div style="background-color:#dedf3d">
Div content here</div>
This div background color is #dedf3d
#dedf3d Border Color
<div style="border:3px solid #dedf3d">
Div here</div>
This div border color is #dedf3d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,223,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dedf3d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dedf3d; -webkit-box-shadow: 1px 1px 3px 2px #dedf3d; box-shadow: 1px 1px 3px 2px #dedf3d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,223,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dedf3d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dedf3d; -webkit-box-shadow: 1px 1px 3px 2px #dedf3d; box-shadow: 1px 1px 3px 2px #dedf3d;">
Div content here</div>
This div box has shadow with color #dedf3d
Comments
No comments written yet.
Please login to write comment.