Color Hex Logo

#daf2dc Color Hex

#DAF2DC
(218,242,220)
0 Favorites   0 Comments

Color spaces of #daf2dc

RGB 218242220
HSL0.350.480.90
HSV125°10°95°
CMYK 0.100.000.09   0.05
XYZ73.583883.577079.9638
Yxy83.57700.31030.3525
Hunter Lab91.4205-16.312212.1344
CIE-Lab93.2665-11.86497.9470

#daf2dc color RGB value is (218,242,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 11011100
Octal 332 362 334
Decimal 218 242 220
Hex DA F2 DC

RGB Percentages of Color #daf2dc

%32.06
%35.59
%32.35

CMYK Percentages of Color #daf2dc

%10
%0
%9
%5

Triadic Colors of #daf2dc

#daf2dc #dcdaf2 #f2dcda

Analogous Colors of #daf2dc

#daf2dc #daf2e8 #e4f2da

Monochromatic Colors of #daf2dc

#daf2dc

Complementary Color

#daf2dc #f2daf0

#daf2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf2dc Color CSS Codes

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

#daf2dc Text Font Color

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

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


#daf2dc Background Color

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

This div background color is #daf2dc


#daf2dc Border Color

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

This div border color is #daf2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf2dc


Comments

No comments written yet.

Please login to write comment.