Color Hex Logo

#dedb8b Color Hex

#DEDB8B
(222,219,139)
0 Favorites   0 Comments

Color spaces of #dedb8b

RGB 222219139
HSL0.160.560.71
HSV58°37°87°
CMYK 0.000.010.37   0.13
XYZ60.115968.056734.3939
Yxy68.05670.36980.4186
Hunter Lab82.4965-14.294433.0287
CIE-Lab86.0348-10.611139.7137

#dedb8b color RGB value is (222,219,139).

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

The process color (four color CMYK) of #dedb8b color hex is 0.00, 0.01, 0.37, 0.13. Web safe color of #dedb8b is #cccc99. Color #dedb8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 10001011
Octal 336 333 213
Decimal 222 219 139
Hex DE DB 8B

RGB Percentages of Color #dedb8b

%38.28
%37.76
%23.97

CMYK Percentages of Color #dedb8b

%0
%1
%37
%13

Triadic Colors of #dedb8b

#dedb8b #8bdedb #db8bde

Analogous Colors of #dedb8b

#dedb8b #b8de8b #deb28b

Monochromatic Colors of #dedb8b

#dedb8b

Complementary Color

#dedb8b #8b8ede

#dedb8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb8b Color CSS Codes

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

#dedb8b Text Font Color

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

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


#dedb8b Background Color

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

This div background color is #dedb8b


#dedb8b Border Color

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

This div border color is #dedb8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb8b


Comments

No comments written yet.

Please login to write comment.