Color Hex Logo

#daf3ed Color Hex

#DAF3ED
(218,243,237)
0 Favorites   0 Comments

Color spaces of #daf3ed

RGB 218243237
HSL0.460.510.90
HSV166°10°95°
CMYK 0.100.000.02   0.05
XYZ76.250185.121092.5320
Yxy85.12100.30030.3352
Hunter Lab92.2610-13.93365.1186
CIE-Lab93.9352-9.26790.1025

#daf3ed color RGB value is (218,243,237).

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

The process color (four color CMYK) of #daf3ed color hex is 0.10, 0.00, 0.02, 0.05. Web safe color of #daf3ed is #ccffff. Color #daf3ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 11101101
Octal 332 363 355
Decimal 218 243 237
Hex DA F3 ED

RGB Percentages of Color #daf3ed

%31.23
%34.81
%33.95

CMYK Percentages of Color #daf3ed

%10
%0
%2
%5

Triadic Colors of #daf3ed

#daf3ed #eddaf3 #f3edda

Analogous Colors of #daf3ed

#daf3ed #daedf3 #daf3e1

Monochromatic Colors of #daf3ed

#daf3ed

Complementary Color

#daf3ed #f3dae0

#daf3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf3ed Color CSS Codes

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

#daf3ed Text Font Color

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

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


#daf3ed Background Color

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

This div background color is #daf3ed


#daf3ed Border Color

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

This div border color is #daf3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf3ed


Comments

No comments written yet.

Please login to write comment.