Color Hex Logo

#daf6cd Color Hex

#DAF6CD
(218,246,205)
0 Favorites   0 Comments

Color spaces of #daf6cd

RGB 218246205
HSL0.280.690.88
HSV101°17°96°
CMYK 0.110.000.17   0.04
XYZ72.888785.224770.3660
Yxy85.22470.31900.3730
Hunter Lab92.3172-20.621219.4301
CIE-Lab93.9799-16.390116.7061

#daf6cd color RGB value is (218,246,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110110 11001101
Octal 332 366 315
Decimal 218 246 205
Hex DA F6 CD

RGB Percentages of Color #daf6cd

%32.59
%36.77
%30.64

CMYK Percentages of Color #daf6cd

%11
%0
%17
%4

Triadic Colors of #daf6cd

#daf6cd #cddaf6 #f6cdda

Analogous Colors of #daf6cd

#daf6cd #cdf6d5 #eff6cd

Monochromatic Colors of #daf6cd

#daf6cd

Complementary Color

#daf6cd #e9cdf6

#daf6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf6cd Color CSS Codes

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

#daf6cd Text Font Color

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

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


#daf6cd Background Color

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

This div background color is #daf6cd


#daf6cd Border Color

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

This div border color is #daf6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf6cd


Comments

No comments written yet.

Please login to write comment.