Color Hex Logo

#daf4ce Color Hex

#DAF4CE
(218,244,206)
0 Favorites   0 Comments

Color spaces of #daf4ce

RGB 218244206
HSL0.280.630.88
HSV101°16°96°
CMYK 0.110.000.16   0.04
XYZ72.404784.063070.8022
Yxy84.06300.31860.3699
Hunter Lab91.6859-19.488118.3948
CIE-Lab93.4779-15.241515.4841

#daf4ce color RGB value is (218,244,206).

#daf4ce hex color red value is 218, green value is 244 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #daf4ce hue: 0.28 , saturation: 0.63 and the lightness value of daf4ce is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110100 11001110
Octal 332 364 316
Decimal 218 244 206
Hex DA F4 CE

RGB Percentages of Color #daf4ce

%32.63
%36.53
%30.84

CMYK Percentages of Color #daf4ce

%11
%0
%16
%4

Triadic Colors of #daf4ce

#daf4ce #cedaf4 #f4ceda

Analogous Colors of #daf4ce

#daf4ce #cef4d5 #edf4ce

Monochromatic Colors of #daf4ce

#daf4ce

Complementary Color

#daf4ce #e8cef4

#daf4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf4ce Color CSS Codes

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

#daf4ce Text Font Color

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

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


#daf4ce Background Color

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

This div background color is #daf4ce


#daf4ce Border Color

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

This div border color is #daf4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf4ce


Comments

No comments written yet.

Please login to write comment.