Color Hex Logo

#daeffe Color Hex

#DAEFFE
(218,239,254)
0 Favorites   0 Comments

Color spaces of #daeffe

RGB 218239254
HSL0.570.950.93
HSV205°14°100°
CMYK 0.140.060.00   0.00
XYZ77.669383.7942105.8462
Yxy83.79420.29060.3135
Hunter Lab91.5392-8.7396-4.4793
CIE-Lab93.3610-3.9282-9.5696

#daeffe color RGB value is (218,239,254).

#daeffe hex color red value is 218, green value is 239 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #daeffe hue: 0.57 , saturation: 0.95 and the lightness value of daeffe is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 11111110
Octal 332 357 376
Decimal 218 239 254
Hex DA EF FE

RGB Percentages of Color #daeffe

%30.66
%33.61
%35.72

CMYK Percentages of Color #daeffe

%14
%6
%0
%0

Triadic Colors of #daeffe

#daeffe #fedaef #effeda

Analogous Colors of #daeffe

#daeffe #daddfe #dafefb

Monochromatic Colors of #daeffe

#daeffe

Complementary Color

#daeffe #fee9da

#daeffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeffe Color CSS Codes

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

#daeffe Text Font Color

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

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


#daeffe Background Color

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

This div background color is #daeffe


#daeffe Border Color

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

This div border color is #daeffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeffe

Related Colors

#daeffe Color Palettes


Comments

No comments written yet.

Please login to write comment.