Color Hex Logo

#daf0dd Color Hex

#DAF0DD
(218,240,221)
0 Favorites   0 Comments

Color spaces of #daf0dd

RGB 218240221
HSL0.360.420.90
HSV128°94°
CMYK 0.090.000.08   0.06
XYZ73.124782.446180.4662
Yxy82.44610.30980.3493
Hunter Lab90.7998-15.146611.0175
CIE-Lab92.7714-10.68786.7163

#daf0dd color RGB value is (218,240,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 11011101
Octal 332 360 335
Decimal 218 240 221
Hex DA F0 DD

RGB Percentages of Color #daf0dd

%32.11
%35.35
%32.55

CMYK Percentages of Color #daf0dd

%9
%0
%8
%6

Triadic Colors of #daf0dd

#daf0dd #dddaf0 #f0ddda

Analogous Colors of #daf0dd

#daf0dd #daf0e8 #e2f0da

Monochromatic Colors of #daf0dd

#daf0dd

Complementary Color

#daf0dd #f0daed

#daf0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf0dd Color CSS Codes

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

#daf0dd Text Font Color

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

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


#daf0dd Background Color

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

This div background color is #daf0dd


#daf0dd Border Color

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

This div border color is #daf0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf0dd


Comments

No comments written yet.

Please login to write comment.