Color Hex Logo

#daede3 Color Hex

#DAEDE3
(218,237,227)
0 Favorites   0 Comments

Color spaces of #daede3

RGB 218237227
HSL0.410.350.89
HSV148°93°
CMYK 0.080.000.04   0.07
XYZ73.062881.019984.4606
Yxy81.01990.30630.3396
Hunter Lab90.0111-12.62937.3738
CIE-Lab92.1405-8.09792.6848

#daede3 color RGB value is (218,237,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 11100011
Octal 332 355 343
Decimal 218 237 227
Hex DA ED E3

RGB Percentages of Color #daede3

%31.96
%34.75
%33.28

CMYK Percentages of Color #daede3

%8
%0
%4
%7

Triadic Colors of #daede3

#daede3 #e3daed #ede3da

Analogous Colors of #daede3

#daede3 #daeded #dbedda

Monochromatic Colors of #daede3

#daede3

Complementary Color

#daede3 #eddae4

#daede3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daede3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daede3 Color CSS Codes

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

#daede3 Text Font Color

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

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


#daede3 Background Color

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

This div background color is #daede3


#daede3 Border Color

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

This div border color is #daede3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daede3


Comments

No comments written yet.

Please login to write comment.