Color Hex Logo

#daebde Color Hex

#DAEBDE
(218,235,222)
0 Favorites   0 Comments

Color spaces of #daebde

RGB 218235222
HSL0.370.300.89
HSV134°92°
CMYK 0.070.000.06   0.08
XYZ71.806679.596080.6862
Yxy79.59600.30940.3430
Hunter Lab89.2166-12.46218.8306
CIE-Lab91.5033-7.99134.3653

#daebde color RGB value is (218,235,222).

#daebde hex color red value is 218, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #daebde hue: 0.37 , saturation: 0.30 and the lightness value of daebde is 0.89.

The process color (four color CMYK) of #daebde color hex is 0.07, 0.00, 0.06, 0.08. Web safe color of #daebde is #ccffcc. Color #daebde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11011110
Octal 332 353 336
Decimal 218 235 222
Hex DA EB DE

RGB Percentages of Color #daebde

%32.30
%34.81
%32.89

CMYK Percentages of Color #daebde

%7
%0
%6
%8

Triadic Colors of #daebde

#daebde #dedaeb #ebdeda

Analogous Colors of #daebde

#daebde #daebe7 #dfebda

Monochromatic Colors of #daebde

#daebde

Complementary Color

#daebde #ebdae7

#daebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebde Color CSS Codes

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

#daebde Text Font Color

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

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


#daebde Background Color

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

This div background color is #daebde


#daebde Border Color

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

This div border color is #daebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebde


Comments

No comments written yet.

Please login to write comment.