Color Hex Logo

#daeedb Color Hex

#DAEEDB
(218,238,219)
0 Favorites   0 Comments

Color spaces of #daeedb

RGB 218238219
HSL0.340.370.89
HSV123°93°
CMYK 0.080.000.08   0.07
XYZ72.274281.169078.8758
Yxy81.16900.31110.3494
Hunter Lab90.0938-14.469711.1582
CIE-Lab92.2068-10.03756.9422

#daeedb color RGB value is (218,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 11011011
Octal 332 356 333
Decimal 218 238 219
Hex DA EE DB

RGB Percentages of Color #daeedb

%32.30
%35.26
%32.44

CMYK Percentages of Color #daeedb

%8
%0
%8
%7

Triadic Colors of #daeedb

#daeedb #dbdaee #eedbda

Analogous Colors of #daeedb

#daeedb #daeee5 #e3eeda

Monochromatic Colors of #daeedb

#daeedb

Complementary Color

#daeedb #eedaed

#daeedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeedb Color CSS Codes

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

#daeedb Text Font Color

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

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


#daeedb Background Color

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

This div background color is #daeedb


#daeedb Border Color

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

This div border color is #daeedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeedb


Comments

No comments written yet.

Please login to write comment.