Color Hex Logo

#daeaef Color Hex

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

Color spaces of #daeaef

RGB 218234239
HSL0.540.400.90
HSV194°94°
CMYK 0.090.020.00   0.06
XYZ73.916279.983193.2038
Yxy79.98310.29910.3237
Hunter Lab89.4333-8.97880.8136
CIE-Lab91.6773-4.3247-4.2479

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

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

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

Base Numbers

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

RGB Percentages of Color #daeaef

%31.55
%33.86
%34.59

CMYK Percentages of Color #daeaef

%9
%2
%0
%6

Triadic Colors of #daeaef

#daeaef #efdaea #eaefda

Analogous Colors of #daeaef

#daeaef #dae0ef #daefea

Monochromatic Colors of #daeaef

#daeaef

Complementary Color

#daeaef #efdfda

#daeaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeaef Color CSS Codes

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

#daeaef Text Font Color

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

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


#daeaef Background Color

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

This div background color is #daeaef


#daeaef Border Color

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

This div border color is #daeaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeaef


Comments

No comments written yet.

Please login to write comment.