Color Hex Logo

#daf6dc Color Hex

#DAF6DC
(218,246,220)
0 Favorites   0 Comments

Color spaces of #daf6dc

RGB 218246220
HSL0.350.610.91
HSV124°11°96°
CMYK 0.110.000.11   0.04
XYZ74.787585.984380.3650
Yxy85.98430.31010.3566
Hunter Lab92.7277-18.308313.5241
CIE-Lab94.3056-13.85429.4374

#daf6dc color RGB value is (218,246,220).

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

The process color (four color CMYK) of #daf6dc color hex is 0.11, 0.00, 0.11, 0.04. Web safe color of #daf6dc is #ccffcc. Color #daf6dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110110 11011100
Octal 332 366 334
Decimal 218 246 220
Hex DA F6 DC

RGB Percentages of Color #daf6dc

%31.87
%35.96
%32.16

CMYK Percentages of Color #daf6dc

%11
%0
%11
%4

Triadic Colors of #daf6dc

#daf6dc #dcdaf6 #f6dcda

Analogous Colors of #daf6dc

#daf6dc #daf6ea #e6f6da

Monochromatic Colors of #daf6dc

#daf6dc

Complementary Color

#daf6dc #f6daf4

#daf6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf6dc Color CSS Codes

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

#daf6dc Text Font Color

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

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


#daf6dc Background Color

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

This div background color is #daf6dc


#daf6dc Border Color

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

This div border color is #daf6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf6dc

Related Colors


Comments

No comments written yet.

Please login to write comment.