Color Hex Logo

#daefea Color Hex

#DAEFEA
(218,239,234)
0 Favorites   0 Comments

Color spaces of #daefea

RGB 218239234
HSL0.460.400.90
HSV166°94°
CMYK 0.090.000.02   0.06
XYZ74.631282.578989.8477
Yxy82.57890.30210.3342
Hunter Lab90.8729-12.43104.9900
CIE-Lab92.8298-7.81450.0464

#daefea color RGB value is (218,239,234).

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

The process color (four color CMYK) of #daefea color hex is 0.09, 0.00, 0.02, 0.06. Web safe color of #daefea is #ccffff. Color #daefea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 11101010
Octal 332 357 352
Decimal 218 239 234
Hex DA EF EA

RGB Percentages of Color #daefea

%31.55
%34.59
%33.86

CMYK Percentages of Color #daefea

%9
%0
%2
%6

Triadic Colors of #daefea

#daefea #eadaef #efeada

Analogous Colors of #daefea

#daefea #daeaef #daefe0

Monochromatic Colors of #daefea

#daefea

Complementary Color

#daefea #efdadf

#daefea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daefea Color Preview on White Background

Lorem ipsum dolor sit amet.

#daefea Color CSS Codes

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

#daefea Text Font Color

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

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


#daefea Background Color

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

This div background color is #daefea


#daefea Border Color

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

This div border color is #daefea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daefea


Comments

No comments written yet.

Please login to write comment.