Color Hex Logo

#dedbae Color Hex

#DEDBAE
(222,219,174)
0 Favorites   0 Comments

Color spaces of #dedbae

RGB 222219174
HSL0.160.420.78
HSV56°22°87°
CMYK 0.000.010.22   0.13
XYZ63.095769.248650.0852
Yxy69.24860.34590.3796
Hunter Lab83.2157-10.285622.5660
CIE-Lab86.6270-6.186422.5553

#dedbae color RGB value is (222,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 10101110
Octal 336 333 256
Decimal 222 219 174
Hex DE DB AE

RGB Percentages of Color #dedbae

%36.10
%35.61
%28.29

CMYK Percentages of Color #dedbae

%0
%1
%22
%13

Triadic Colors of #dedbae

#dedbae #aededb #dbaede

Analogous Colors of #dedbae

#dedbae #c9deae #dec3ae

Monochromatic Colors of #dedbae

#dedbae

Complementary Color

#dedbae #aeb1de

#dedbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedbae Color CSS Codes

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

#dedbae Text Font Color

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

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


#dedbae Background Color

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

This div background color is #dedbae


#dedbae Border Color

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

This div border color is #dedbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedbae


Comments

No comments written yet.

Please login to write comment.