Color Hex Logo

#daf5df Color Hex

#DAF5DF
(218,245,223)
0 Favorites   0 Comments

Color spaces of #daf5df

RGB 218245223
HSL0.360.570.91
HSV131°11°96°
CMYK 0.110.000.09   0.04
XYZ74.885185.538082.3756
Yxy85.53800.30840.3523
Hunter Lab92.4868-17.323111.9326
CIE-Lab94.1145-12.82947.6129

#daf5df color RGB value is (218,245,223).

#daf5df hex color red value is 218, green value is 245 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #daf5df hue: 0.36 , saturation: 0.57 and the lightness value of daf5df is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110101 11011111
Octal 332 365 337
Decimal 218 245 223
Hex DA F5 DF

RGB Percentages of Color #daf5df

%31.78
%35.71
%32.51

CMYK Percentages of Color #daf5df

%11
%0
%9
%4

Triadic Colors of #daf5df

#daf5df #dfdaf5 #f5dfda

Analogous Colors of #daf5df

#daf5df #daf5ed #e3f5da

Monochromatic Colors of #daf5df

#daf5df

Complementary Color

#daf5df #f5daf0

#daf5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf5df Color CSS Codes

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

#daf5df Text Font Color

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

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


#daf5df Background Color

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

This div background color is #daf5df


#daf5df Border Color

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

This div border color is #daf5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf5df


Comments

No comments written yet.

Please login to write comment.