Color Hex Logo

#dae6fb Color Hex

#DAE6FB
(218,230,251)
0 Favorites   0 Comments

Color spaces of #dae6fb

RGB 218230251
HSL0.610.800.92
HSV218°13°98°
CMYK 0.130.080.00   0.02
XYZ74.622878.4641102.4788
Yxy78.46410.29200.3070
Hunter Lab88.5800-4.6404-6.5871
CIE-Lab90.99130.0928-11.5317

#dae6fb color RGB value is (218,230,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 11111011
Octal 332 346 373
Decimal 218 230 251
Hex DA E6 FB

RGB Percentages of Color #dae6fb

%31.19
%32.90
%35.91

CMYK Percentages of Color #dae6fb

%13
%8
%0
%2

Triadic Colors of #dae6fb

#dae6fb #fbdae6 #e6fbda

Analogous Colors of #dae6fb

#dae6fb #dfdafb #daf7fb

Monochromatic Colors of #dae6fb

#dae6fb

Complementary Color

#dae6fb #fbefda

#dae6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae6fb Color CSS Codes

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

#dae6fb Text Font Color

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

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


#dae6fb Background Color

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

This div background color is #dae6fb


#dae6fb Border Color

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

This div border color is #dae6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae6fb


Comments

No comments written yet.

Please login to write comment.