Color spaces of #dec28a
RGB | 222 | 194 | 138 |
---|---|---|---|
HSL | 0.11 | 0.56 | 0.71 |
HSV | 40° | 38° | 87° |
CMYK | 0.00 | 0.13 | 0.38 0.13 |
XYZ | 54.0034 | 55.9481 | 31.9975 |
Yxy | 55.9481 | 0.3804 | 0.3941 |
Hunter Lab | 74.7985 | -2.0229 | 26.9957 |
CIE-Lab | 79.5843 | 2.1233 | 31.8320 |
#dec28a color RGB value is (222,194,138).
#dec28a hex color red value is 222, green value is 194 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dec28a hue: 0.11 , saturation: 0.56 and the lightness value of dec28a is 0.71.
The process color (four color CMYK) of #dec28a color hex is 0.00, 0.13, 0.38, 0.13. Web safe color of #dec28a is #cccc99. Color #dec28a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11000010 | 10001010 |
Octal | 336 | 302 | 212 |
Decimal | 222 | 194 | 138 |
Hex | DE | C2 | 8A |
Shades of #dec28a
Tints of #dec28a
RGB Percentages of Color #dec28a
CMYK Percentages of Color #dec28a
Complementary Color
#dec28a | #8aa6de |
#dec28a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec28a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec28a Color CSS Codes
.mybgcolor {background-color:#dec28a; } .myforecolor {color:#dec28a; } .mybordercolor {border:3px solid #dec28a; }
#dec28a Text Font Color
<p style="color:#dec28a">Text here</p>
This sample text font color is #dec28a
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.
#dec28a Background Color
<div style="background-color:#dec28a">
Div content here</div>
This div background color is #dec28a
#dec28a Border Color
<div style="border:3px solid #dec28a">
Div here</div>
This div border color is #dec28a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,194,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec28a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec28a; -webkit-box-shadow: 1px 1px 3px 2px #dec28a; box-shadow: 1px 1px 3px 2px #dec28a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,194,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dec28a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec28a; -webkit-box-shadow: 1px 1px 3px 2px #dec28a; box-shadow: 1px 1px 3px 2px #dec28a;">
Div content here</div>
This div box has shadow with color #dec28a
Comments
No comments written yet.
Please login to write comment.