Color Hex Logo

#daf0db Color Hex

#DAF0DB
(218,240,219)
0 Favorites   0 Comments

Color spaces of #daf0db

RGB 218240219
HSL0.340.420.90
HSV123°94°
CMYK 0.090.000.09   0.06
XYZ72.859782.340179.0709
Yxy82.34010.31100.3515
Hunter Lab90.7414-15.473211.8545
CIE-Lab92.7248-11.04097.6872

#daf0db color RGB value is (218,240,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 11011011
Octal 332 360 333
Decimal 218 240 219
Hex DA F0 DB

RGB Percentages of Color #daf0db

%32.20
%35.45
%32.35

CMYK Percentages of Color #daf0db

%9
%0
%9
%6

Triadic Colors of #daf0db

#daf0db #dbdaf0 #f0dbda

Analogous Colors of #daf0db

#daf0db #daf0e6 #e4f0da

Monochromatic Colors of #daf0db

#daf0db

Complementary Color

#daf0db #f0daef

#daf0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf0db Color CSS Codes

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

#daf0db Text Font Color

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

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


#daf0db Background Color

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

This div background color is #daf0db


#daf0db Border Color

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

This div border color is #daf0db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,240,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 #daf0db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf0db


Comments

No comments written yet.

Please login to write comment.