Color Hex Logo

#dbdeaf Color Hex

#DBDEAF
(219,222,175)
0 Favorites   0 Comments

Color spaces of #dbdeaf

RGB 219222175
HSL0.180.420.78
HSV64°21°87°
CMYK 0.010.000.21   0.13
XYZ63.072670.397850.8213
Yxy70.39780.34220.3820
Hunter Lab83.9034-12.647422.8197
CIE-Lab87.1916-8.673322.7760

#dbdeaf color RGB value is (219,222,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 10101111
Octal 333 336 257
Decimal 219 222 175
Hex DB DE AF

RGB Percentages of Color #dbdeaf

%35.55
%36.04
%28.41

CMYK Percentages of Color #dbdeaf

%1
%0
%21
%13

Triadic Colors of #dbdeaf

#dbdeaf #afdbde #deafdb

Analogous Colors of #dbdeaf

#dbdeaf #c4deaf #decaaf

Monochromatic Colors of #dbdeaf

#dbdeaf

Complementary Color

#dbdeaf #b2afde

#dbdeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdeaf Color CSS Codes

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

#dbdeaf Text Font Color

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

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


#dbdeaf Background Color

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

This div background color is #dbdeaf


#dbdeaf Border Color

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

This div border color is #dbdeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdeaf


Comments

No comments written yet.

Please login to write comment.