Color Hex Logo

#daf2dd Color Hex

#DAF2DD
(218,242,221)
0 Favorites   0 Comments

Color spaces of #daf2dd

RGB 218242221
HSL0.350.480.90
HSV128°10°95°
CMYK 0.100.000.09   0.05
XYZ73.716783.630180.6636
Yxy83.63010.30970.3514
Hunter Lab91.4495-16.149211.7175
CIE-Lab93.2896-11.68847.4621

#daf2dd color RGB value is (218,242,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 11011101
Octal 332 362 335
Decimal 218 242 221
Hex DA F2 DD

RGB Percentages of Color #daf2dd

%32.01
%35.54
%32.45

CMYK Percentages of Color #daf2dd

%10
%0
%9
%5

Triadic Colors of #daf2dd

#daf2dd #dddaf2 #f2ddda

Analogous Colors of #daf2dd

#daf2dd #daf2e9 #e3f2da

Monochromatic Colors of #daf2dd

#daf2dd

Complementary Color

#daf2dd #f2daef

#daf2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf2dd Color CSS Codes

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

#daf2dd Text Font Color

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

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


#daf2dd Background Color

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

This div background color is #daf2dd


#daf2dd Border Color

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

This div border color is #daf2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf2dd


Comments

No comments written yet.

Please login to write comment.