Color Hex Logo

#daede1 Color Hex

#DAEDE1
(218,237,225)
0 Favorites   0 Comments

Color spaces of #daede1

RGB 218237225
HSL0.390.350.89
HSV142°93°
CMYK 0.080.000.05   0.07
XYZ72.788280.910083.0150
Yxy80.91000.30750.3418
Hunter Lab89.9500-12.96898.2461
CIE-Lab92.0916-8.46163.6549

#daede1 color RGB value is (218,237,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 11100001
Octal 332 355 341
Decimal 218 237 225
Hex DA ED E1

RGB Percentages of Color #daede1

%32.06
%34.85
%33.09

CMYK Percentages of Color #daede1

%8
%0
%5
%7

Triadic Colors of #daede1

#daede1 #e1daed #ede1da

Analogous Colors of #daede1

#daede1 #daedeb #ddedda

Monochromatic Colors of #daede1

#daede1

Complementary Color

#daede1 #eddae6

#daede1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daede1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daede1 Color CSS Codes

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

#daede1 Text Font Color

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

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


#daede1 Background Color

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

This div background color is #daede1


#daede1 Border Color

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

This div border color is #daede1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daede1


Comments

No comments written yet.

Please login to write comment.