Color Hex Logo

#daebdc Color Hex

#DAEBDC
(218,235,220)
0 Favorites   0 Comments

Color spaces of #daebdc

RGB 218235220
HSL0.350.300.89
HSV127°92°
CMYK 0.070.000.06   0.08
XYZ71.540079.489479.2826
Yxy79.48940.31060.3451
Hunter Lab89.1568-12.79499.6862
CIE-Lab91.4553-8.34865.3381

#daebdc color RGB value is (218,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11011100
Octal 332 353 334
Decimal 218 235 220
Hex DA EB DC

RGB Percentages of Color #daebdc

%32.39
%34.92
%32.69

CMYK Percentages of Color #daebdc

%7
%0
%6
%8

Triadic Colors of #daebdc

#daebdc #dcdaeb #ebdcda

Analogous Colors of #daebdc

#daebdc #daebe5 #e1ebda

Monochromatic Colors of #daebdc

#daebdc

Complementary Color

#daebdc #ebdae9

#daebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebdc Color CSS Codes

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

#daebdc Text Font Color

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

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


#daebdc Background Color

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

This div background color is #daebdc


#daebdc Border Color

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

This div border color is #daebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebdc

#daebdc Color Palettes


Comments

No comments written yet.

Please login to write comment.