Color Hex Logo

#daf3df Color Hex

#DAF3DF
(218,243,223)
0 Favorites   0 Comments

Color spaces of #daf3df

RGB 218243223
HSL0.370.510.90
HSV132°10°95°
CMYK 0.100.000.08   0.05
XYZ74.283384.334382.1750
Yxy84.33430.30850.3502
Hunter Lab91.8337-16.322311.2295
CIE-Lab93.5955-11.83296.8662

#daf3df color RGB value is (218,243,223).

#daf3df hex color red value is 218, green value is 243 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #daf3df hue: 0.37 , saturation: 0.51 and the lightness value of daf3df is 0.90.

The process color (four color CMYK) of #daf3df color hex is 0.10, 0.00, 0.08, 0.05. Web safe color of #daf3df is #ccffcc. Color #daf3df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 11011111
Octal 332 363 337
Decimal 218 243 223
Hex DA F3 DF

RGB Percentages of Color #daf3df

%31.87
%35.53
%32.60

CMYK Percentages of Color #daf3df

%10
%0
%8
%5

Triadic Colors of #daf3df

#daf3df #dfdaf3 #f3dfda

Analogous Colors of #daf3df

#daf3df #daf3ec #e2f3da

Monochromatic Colors of #daf3df

#daf3df

Complementary Color

#daf3df #f3daee

#daf3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf3df Color CSS Codes

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

#daf3df Text Font Color

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

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


#daf3df Background Color

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

This div background color is #daf3df


#daf3df Border Color

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

This div border color is #daf3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf3df


Comments

No comments written yet.

Please login to write comment.