Color Hex Logo

#daf1db Color Hex

#DAF1DB
(218,241,219)
0 Favorites   0 Comments

Color spaces of #daf1db

RGB 218241219
HSL0.340.450.90
HSV123°10°95°
CMYK 0.100.000.09   0.05
XYZ73.154982.930579.1693
Yxy82.93050.31100.3525
Hunter Lab91.0662-15.974012.2020
CIE-Lab92.9840-11.54118.0596

#daf1db color RGB value is (218,241,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 11011011
Octal 332 361 333
Decimal 218 241 219
Hex DA F1 DB

RGB Percentages of Color #daf1db

%32.15
%35.55
%32.30

CMYK Percentages of Color #daf1db

%10
%0
%9
%5

Triadic Colors of #daf1db

#daf1db #dbdaf1 #f1dbda

Analogous Colors of #daf1db

#daf1db #daf1e7 #e5f1da

Monochromatic Colors of #daf1db

#daf1db

Complementary Color

#daf1db #f1daf0

#daf1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf1db Color CSS Codes

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

#daf1db Text Font Color

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

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


#daf1db Background Color

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

This div background color is #daf1db


#daf1db Border Color

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

This div border color is #daf1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf1db


Comments

No comments written yet.

Please login to write comment.