Color spaces of #deee3d
RGB | 222 | 238 | 61 |
---|---|---|---|
HSL | 0.18 | 0.84 | 0.59 |
HSV | 65° | 74° | 93° |
CMYK | 0.07 | 0.00 | 0.74 0.07 |
XYZ | 61.5410 | 77.0156 | 16.0368 |
Yxy | 77.0156 | 0.3981 | 0.4982 |
Hunter Lab | 87.7585 | -28.4036 | 50.5964 |
CIE-Lab | 90.3288 | -25.7547 | 77.7048 |
#deee3d color RGB value is (222,238,61).
#deee3d hex color red value is 222, green value is 238 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #deee3d hue: 0.18 , saturation: 0.84 and the lightness value of deee3d is 0.59.
The process color (four color CMYK) of #deee3d color hex is 0.07, 0.00, 0.74, 0.07. Web safe color of #deee3d is #ccff33. Color #deee3d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11101110 | 00111101 |
Octal | 336 | 356 | 75 |
Decimal | 222 | 238 | 61 |
Hex | DE | EE | 3D |
Shades of #deee3d
Tints of #deee3d
RGB Percentages of Color #deee3d
CMYK Percentages of Color #deee3d
Complementary Color
#deee3d | #4d3dee |
#deee3d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deee3d Color Preview on White Background
Lorem ipsum dolor sit amet.
#deee3d Color CSS Codes
.mybgcolor {background-color:#deee3d; } .myforecolor {color:#deee3d; } .mybordercolor {border:3px solid #deee3d; }
#deee3d Text Font Color
<p style="color:#deee3d">Text here</p>
This sample text font color is #deee3d
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.
#deee3d Background Color
<div style="background-color:#deee3d">
Div content here</div>
This div background color is #deee3d
#deee3d Border Color
<div style="border:3px solid #deee3d">
Div here</div>
This div border color is #deee3d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,238,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deee3d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deee3d; -webkit-box-shadow: 1px 1px 3px 2px #deee3d; box-shadow: 1px 1px 3px 2px #deee3d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,238,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 #deee3d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deee3d; -webkit-box-shadow: 1px 1px 3px 2px #deee3d; box-shadow: 1px 1px 3px 2px #deee3d;">
Div content here</div>
This div box has shadow with color #deee3d
Comments
No comments written yet.
Please login to write comment.