Color Hex Logo

#daf5ea Color Hex

#DAF5EA
(218,245,234)
0 Favorites   0 Comments

Color spaces of #daf5ea

RGB 218245234
HSL0.430.570.91
HSV156°11°96°
CMYK 0.110.000.04   0.04
XYZ76.417186.150890.4430
Yxy86.15080.30200.3405
Hunter Lab92.8175-15.47067.1990
CIE-Lab94.3768-10.83222.3003

#daf5ea color RGB value is (218,245,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110101 11101010
Octal 332 365 352
Decimal 218 245 234
Hex DA F5 EA

RGB Percentages of Color #daf5ea

%31.28
%35.15
%33.57

CMYK Percentages of Color #daf5ea

%11
%0
%4
%4

Triadic Colors of #daf5ea

#daf5ea #eadaf5 #f5eada

Analogous Colors of #daf5ea

#daf5ea #daf3f5 #daf5dd

Monochromatic Colors of #daf5ea

#daf5ea

Complementary Color

#daf5ea #f5dae5

#daf5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf5ea Color CSS Codes

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

#daf5ea Text Font Color

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

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


#daf5ea Background Color

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

This div background color is #daf5ea


#daf5ea Border Color

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

This div border color is #daf5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf5ea

#daf5ea Color Palettes


Comments

No comments written yet.

Please login to write comment.