Color Hex Logo

#dbdeae Color Hex

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

Color spaces of #dbdeae

RGB 219222174
HSL0.180.420.78
HSV64°22°87°
CMYK 0.010.000.22   0.13
XYZ62.974770.358650.3058
Yxy70.35860.34290.3831
Hunter Lab83.8800-12.777423.1577
CIE-Lab87.1724-8.816523.2693

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

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

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

Base Numbers

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

RGB Percentages of Color #dbdeae

%35.61
%36.10
%28.29

CMYK Percentages of Color #dbdeae

%1
%0
%22
%13

Triadic Colors of #dbdeae

#dbdeae #aedbde #deaedb

Analogous Colors of #dbdeae

#dbdeae #c3deae #dec9ae

Monochromatic Colors of #dbdeae

#dbdeae

Complementary Color

#dbdeae #b1aede

#dbdeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdeae Color CSS Codes

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

#dbdeae Text Font Color

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

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


#dbdeae Background Color

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

This div background color is #dbdeae


#dbdeae Border Color

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

This div border color is #dbdeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdeae


Comments

No comments written yet.

Please login to write comment.