Color Hex Logo

#ded89b Color Hex

#DED89B
(222,216,155)
0 Favorites   0 Comments

Color spaces of #ded89b

RGB 222216155
HSL0.150.500.74
HSV55°30°87°
CMYK 0.000.030.30   0.13
XYZ60.596567.007940.7504
Yxy67.00790.35990.3980
Hunter Lab81.8584-11.115627.7853
CIE-Lab85.5079-7.199530.8838

#ded89b color RGB value is (222,216,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011000 10011011
Octal 336 330 233
Decimal 222 216 155
Hex DE D8 9B

RGB Percentages of Color #ded89b

%37.44
%36.42
%26.14

CMYK Percentages of Color #ded89b

%0
%3
%30
%13

Triadic Colors of #ded89b

#ded89b #9bded8 #d89bde

Analogous Colors of #ded89b

#ded89b #c3de9b #deb79b

Monochromatic Colors of #ded89b

#ded89b

Complementary Color

#ded89b #9ba1de

#ded89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded89b Color CSS Codes

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

#ded89b Text Font Color

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

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


#ded89b Background Color

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

This div background color is #ded89b


#ded89b Border Color

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

This div border color is #ded89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded89b


Comments

No comments written yet.

Please login to write comment.