Color Hex Logo

#ded88a Color Hex

#DED88A
(222,216,138)
0 Favorites   0 Comments

Color spaces of #ded88a

RGB 222216138
HSL0.150.560.71
HSV56°38°87°
CMYK 0.000.030.38   0.13
XYZ59.267566.476333.7522
Yxy66.47630.37160.4168
Hunter Lab81.5330-12.928632.5288
CIE-Lab85.2388-9.208739.1937

#ded88a color RGB value is (222,216,138).

#ded88a hex color red value is 222, green value is 216 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ded88a hue: 0.15 , saturation: 0.56 and the lightness value of ded88a is 0.71.

The process color (four color CMYK) of #ded88a color hex is 0.00, 0.03, 0.38, 0.13. Web safe color of #ded88a is #cccc99. Color #ded88a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011000 10001010
Octal 336 330 212
Decimal 222 216 138
Hex DE D8 8A

RGB Percentages of Color #ded88a

%38.54
%37.50
%23.96

CMYK Percentages of Color #ded88a

%0
%3
%38
%13

Triadic Colors of #ded88a

#ded88a #8aded8 #d88ade

Analogous Colors of #ded88a

#ded88a #bade8a #deae8a

Monochromatic Colors of #ded88a

#ded88a

Complementary Color

#ded88a #8a90de

#ded88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded88a Color CSS Codes

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

#ded88a Text Font Color

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

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


#ded88a Background Color

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

This div background color is #ded88a


#ded88a Border Color

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

This div border color is #ded88a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,216,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 #ded88a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded88a


Comments

No comments written yet.

Please login to write comment.