Color Hex Logo

#daeffb Color Hex

#DAEFFB
(218,239,251)
0 Favorites   0 Comments

Color spaces of #daeffb

RGB 218239251
HSL0.560.800.92
HSV202°13°98°
CMYK 0.130.050.00   0.02
XYZ77.192583.6035103.3354
Yxy83.60350.29230.3165
Hunter Lab91.4349-9.3154-3.0023
CIE-Lab93.2780-4.5289-8.1336

#daeffb color RGB value is (218,239,251).

#daeffb hex color red value is 218, green value is 239 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #daeffb hue: 0.56 , saturation: 0.80 and the lightness value of daeffb is 0.92.

The process color (four color CMYK) of #daeffb color hex is 0.13, 0.05, 0.00, 0.02. Web safe color of #daeffb is #ccffff. Color #daeffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 11111011
Octal 332 357 373
Decimal 218 239 251
Hex DA EF FB

RGB Percentages of Color #daeffb

%30.79
%33.76
%35.45

CMYK Percentages of Color #daeffb

%13
%5
%0
%2

Triadic Colors of #daeffb

#daeffb #fbdaef #effbda

Analogous Colors of #daeffb

#daeffb #dadffb #dafbf7

Monochromatic Colors of #daeffb

#daeffb

Complementary Color

#daeffb #fbe6da

#daeffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeffb Color CSS Codes

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

#daeffb Text Font Color

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

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


#daeffb Background Color

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

This div background color is #daeffb


#daeffb Border Color

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

This div border color is #daeffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeffb


Comments

No comments written yet.

Please login to write comment.