Color Hex Logo

#ded99a Color Hex

#DED99A
(222,217,154)
0 Favorites   0 Comments

Color spaces of #ded99a

RGB 222217154
HSL0.150.510.74
HSV56°31°87°
CMYK 0.000.020.31   0.13
XYZ60.769867.488440.3955
Yxy67.48840.36030.4002
Hunter Lab82.1513-11.723028.3518
CIE-Lab85.7500-7.833031.7208

#ded99a color RGB value is (222,217,154).

#ded99a hex color red value is 222, green value is 217 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ded99a hue: 0.15 , saturation: 0.51 and the lightness value of ded99a is 0.74.

The process color (four color CMYK) of #ded99a color hex is 0.00, 0.02, 0.31, 0.13. Web safe color of #ded99a is #cccc99. Color #ded99a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011001 10011010
Octal 336 331 232
Decimal 222 217 154
Hex DE D9 9A

RGB Percentages of Color #ded99a

%37.44
%36.59
%25.97

CMYK Percentages of Color #ded99a

%0
%2
%31
%13

Triadic Colors of #ded99a

#ded99a #9aded9 #d99ade

Analogous Colors of #ded99a

#ded99a #c1de9a #deb79a

Monochromatic Colors of #ded99a

#ded99a

Complementary Color

#ded99a #9a9fde

#ded99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded99a Color CSS Codes

.mybgcolor {background-color:#ded99a; } 
.myforecolor {color:#ded99a; }
.mybordercolor {border:3px solid #ded99a; }

#ded99a Text Font Color

<p style="color:#ded99a">Text here</p>

This sample text font color is #ded99a
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.


#ded99a Background Color

<div style="background-color:#ded99a">
Div content here</div>

This div background color is #ded99a


#ded99a Border Color

<div style="border:3px solid #ded99a">
Div here</div>

This div border color is #ded99a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,217,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ded99a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ded99a;
  -webkit-box-shadow: 1px 1px 3px 2px #ded99a;
  box-shadow:         1px 1px 3px 2px #ded99a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,217,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ded99a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ded99a;
  -webkit-box-shadow: 1px 1px 3px 2px #ded99a;
  box-shadow:         1px 1px 3px 2px #ded99a;">
Div content here</div>

This div box has shadow with color #ded99a


Comments

No comments written yet.

Please login to write comment.