Color Hex Logo

#dae9fb Color Hex

#DAE9FB
(218,233,251)
0 Favorites   0 Comments

Color spaces of #dae9fb

RGB 218233251
HSL0.590.800.92
HSV213°13°98°
CMYK 0.130.070.00   0.02
XYZ75.464980.1483102.7595
Yxy80.14830.29210.3102
Hunter Lab89.5256-6.2046-5.3865
CIE-Lab91.7514-1.4549-10.3999

#dae9fb color RGB value is (218,233,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 11111011
Octal 332 351 373
Decimal 218 233 251
Hex DA E9 FB

RGB Percentages of Color #dae9fb

%31.05
%33.19
%35.75

CMYK Percentages of Color #dae9fb

%13
%7
%0
%2

Triadic Colors of #dae9fb

#dae9fb #fbdae9 #e9fbda

Analogous Colors of #dae9fb

#dae9fb #dcdafb #dafafb

Monochromatic Colors of #dae9fb

#dae9fb

Complementary Color

#dae9fb #fbecda

#dae9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae9fb Color CSS Codes

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

#dae9fb Text Font Color

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

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


#dae9fb Background Color

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

This div background color is #dae9fb


#dae9fb Border Color

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

This div border color is #dae9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae9fb


Comments

No comments written yet.

Please login to write comment.