Color Hex Logo

#daeaf8 Color Hex

#DAEAF8
(218,234,248)
0 Favorites   0 Comments

Color spaces of #daeaf8

RGB 218234248
HSL0.580.680.91
HSV208°12°97°
CMYK 0.120.060.00   0.03
XYZ75.279580.5284100.3828
Yxy80.52840.29380.3143
Hunter Lab89.7376-7.2999-3.5070
CIE-Lab91.9214-2.5674-8.5825

#daeaf8 color RGB value is (218,234,248).

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

The process color (four color CMYK) of #daeaf8 color hex is 0.12, 0.06, 0.00, 0.03. Web safe color of #daeaf8 is #ccffff. Color #daeaf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 11111000
Octal 332 352 370
Decimal 218 234 248
Hex DA EA F8

RGB Percentages of Color #daeaf8

%31.14
%33.43
%35.43

CMYK Percentages of Color #daeaf8

%12
%6
%0
%3

Triadic Colors of #daeaf8

#daeaf8 #f8daea #eaf8da

Analogous Colors of #daeaf8

#daeaf8 #dadbf8 #daf8f7

Monochromatic Colors of #daeaf8

#daeaf8

Complementary Color

#daeaf8 #f8e8da

#daeaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeaf8 Color CSS Codes

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

#daeaf8 Text Font Color

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

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


#daeaf8 Background Color

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

This div background color is #daeaf8


#daeaf8 Border Color

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

This div border color is #daeaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeaf8


Comments

No comments written yet.

Please login to write comment.