Color spaces of #deea55
RGB | 222 | 234 | 85 |
---|---|---|---|
HSL | 0.18 | 0.78 | 0.63 |
HSV | 65° | 64° | 92° |
CMYK | 0.05 | 0.00 | 0.64 0.08 |
XYZ | 61.1867 | 75.0311 | 19.8519 |
Yxy | 75.0311 | 0.3920 | 0.4808 |
Hunter Lab | 86.6205 | -25.4976 | 47.0461 |
CIE-Lab | 89.4076 | -22.6156 | 68.3291 |
#deea55 color RGB value is (222,234,85).
#deea55 hex color red value is 222, green value is 234 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #deea55 hue: 0.18 , saturation: 0.78 and the lightness value of deea55 is 0.63.
The process color (four color CMYK) of #deea55 color hex is 0.05, 0.00, 0.64, 0.08. Web safe color of #deea55 is #ccff66. Color #deea55 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11101010 | 01010101 |
Octal | 336 | 352 | 125 |
Decimal | 222 | 234 | 85 |
Hex | DE | EA | 55 |
Shades of #deea55
Tints of #deea55
RGB Percentages of Color #deea55
CMYK Percentages of Color #deea55
Complementary Color
#deea55 | #6155ea |
#deea55 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deea55 Color Preview on White Background
Lorem ipsum dolor sit amet.
#deea55 Color CSS Codes
.mybgcolor {background-color:#deea55; } .myforecolor {color:#deea55; } .mybordercolor {border:3px solid #deea55; }
#deea55 Text Font Color
<p style="color:#deea55">Text here</p>
This sample text font color is #deea55
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.
#deea55 Background Color
<div style="background-color:#deea55">
Div content here</div>
This div background color is #deea55
#deea55 Border Color
<div style="border:3px solid #deea55">
Div here</div>
This div border color is #deea55
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,234,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deea55; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deea55; -webkit-box-shadow: 1px 1px 3px 2px #deea55; box-shadow: 1px 1px 3px 2px #deea55; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,234,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deea55">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deea55; -webkit-box-shadow: 1px 1px 3px 2px #deea55; box-shadow: 1px 1px 3px 2px #deea55;">
Div content here</div>
This div box has shadow with color #deea55
Comments
No comments written yet.
Please login to write comment.