Color spaces of #deed27
RGB | 222 | 237 | 39 |
---|---|---|---|
HSL | 0.18 | 0.85 | 0.54 |
HSV | 65° | 84° | 93° |
CMYK | 0.06 | 0.00 | 0.84 0.07 |
XYZ | 60.7746 | 76.2445 | 13.4329 |
Yxy | 76.2445 | 0.4039 | 0.5068 |
Hunter Lab | 87.3181 | -28.5682 | 52.0016 |
CIE-Lab | 89.9727 | -26.0231 | 83.1482 |
#deed27 color RGB value is (222,237,39).
#deed27 hex color red value is 222, green value is 237 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #deed27 hue: 0.18 , saturation: 0.85 and the lightness value of deed27 is 0.54.
The process color (four color CMYK) of #deed27 color hex is 0.06, 0.00, 0.84, 0.07. Web safe color of #deed27 is #ccff33. Color #deed27 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11101101 | 00100111 |
Octal | 336 | 355 | 47 |
Decimal | 222 | 237 | 39 |
Hex | DE | ED | 27 |
Shades of #deed27
Tints of #deed27
RGB Percentages of Color #deed27
CMYK Percentages of Color #deed27
Complementary Color
#deed27 | #3627ed |
#deed27 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deed27 Color Preview on White Background
Lorem ipsum dolor sit amet.
#deed27 Color CSS Codes
.mybgcolor {background-color:#deed27; } .myforecolor {color:#deed27; } .mybordercolor {border:3px solid #deed27; }
#deed27 Text Font Color
<p style="color:#deed27">Text here</p>
This sample text font color is #deed27
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.
#deed27 Background Color
<div style="background-color:#deed27">
Div content here</div>
This div background color is #deed27
#deed27 Border Color
<div style="border:3px solid #deed27">
Div here</div>
This div border color is #deed27
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,237,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deed27; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deed27; -webkit-box-shadow: 1px 1px 3px 2px #deed27; box-shadow: 1px 1px 3px 2px #deed27; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,237,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deed27">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deed27; -webkit-box-shadow: 1px 1px 3px 2px #deed27; box-shadow: 1px 1px 3px 2px #deed27;">
Div content here</div>
This div box has shadow with color #deed27
Comments
No comments written yet.
Please login to write comment.