Color spaces of #dec262
RGB | 222 | 194 | 98 |
---|---|---|---|
HSL | 0.13 | 0.65 | 0.63 |
HSV | 46° | 56° | 87° |
CMYK | 0.00 | 0.13 | 0.56 0.13 |
XYZ | 51.6206 | 54.9950 | 19.4497 |
Yxy | 54.9950 | 0.4095 | 0.4362 |
Hunter Lab | 74.1586 | -5.5266 | 36.3609 |
CIE-Lab | 79.0384 | -1.7064 | 51.2223 |
#dec262 color RGB value is (222,194,98).
#dec262 hex color red value is 222, green value is 194 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dec262 hue: 0.13 , saturation: 0.65 and the lightness value of dec262 is 0.63.
The process color (four color CMYK) of #dec262 color hex is 0.00, 0.13, 0.56, 0.13. Web safe color of #dec262 is #cccc66. Color #dec262 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11000010 | 01100010 |
Octal | 336 | 302 | 142 |
Decimal | 222 | 194 | 98 |
Hex | DE | C2 | 62 |
Shades of #dec262
Tints of #dec262
RGB Percentages of Color #dec262
CMYK Percentages of Color #dec262
Complementary Color
#dec262 | #627ede |
#dec262 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec262 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec262 Color CSS Codes
.mybgcolor {background-color:#dec262; } .myforecolor {color:#dec262; } .mybordercolor {border:3px solid #dec262; }
#dec262 Text Font Color
<p style="color:#dec262">Text here</p>
This sample text font color is #dec262
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.
#dec262 Background Color
<div style="background-color:#dec262">
Div content here</div>
This div background color is #dec262
#dec262 Border Color
<div style="border:3px solid #dec262">
Div here</div>
This div border color is #dec262
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,194,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec262; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec262; -webkit-box-shadow: 1px 1px 3px 2px #dec262; box-shadow: 1px 1px 3px 2px #dec262; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,194,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dec262">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec262; -webkit-box-shadow: 1px 1px 3px 2px #dec262; box-shadow: 1px 1px 3px 2px #dec262;">
Div content here</div>
This div box has shadow with color #dec262
Comments
No comments written yet.
Please login to write comment.