Color Hex Logo

#daf7df Color Hex

#DAF7DF
(218,247,223)
0 Favorites   0 Comments

Color spaces of #daf7df

RGB 218247223
HSL0.360.640.91
HSV130°12°97°
CMYK 0.120.000.10   0.03
XYZ75.493586.754782.5784
Yxy86.75470.30840.3544
Hunter Lab93.1422-18.321312.6340
CIE-Lab94.6341-13.82208.3594

#daf7df color RGB value is (218,247,223).

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

The process color (four color CMYK) of #daf7df color hex is 0.12, 0.00, 0.10, 0.03. Web safe color of #daf7df is #ccffcc. Color #daf7df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110111 11011111
Octal 332 367 337
Decimal 218 247 223
Hex DA F7 DF

RGB Percentages of Color #daf7df

%31.69
%35.90
%32.41

CMYK Percentages of Color #daf7df

%12
%0
%10
%3

Triadic Colors of #daf7df

#daf7df #dfdaf7 #f7dfda

Analogous Colors of #daf7df

#daf7df #daf7ee #e4f7da

Monochromatic Colors of #daf7df

#daf7df

Complementary Color

#daf7df #f7daf2

#daf7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf7df Color CSS Codes

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

#daf7df Text Font Color

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

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


#daf7df Background Color

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

This div background color is #daf7df


#daf7df Border Color

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

This div border color is #daf7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf7df


Comments

No comments written yet.

Please login to write comment.