Color Hex Logo

#d5eafa Color Hex

#D5EAFA
(213,234,250)
0 Favorites   0 Comments

Color spaces of #d5eafa

RGB 213234250
HSL0.570.790.91
HSV206°15°98°
CMYK 0.150.060.00   0.02
XYZ74.118779.8939101.9571
Yxy79.89390.28960.3121
Hunter Lab89.3834-8.4047-5.0621
CIE-Lab91.6372-3.7326-10.0848

#d5eafa color RGB value is (213,234,250).

#d5eafa hex color red value is 213, green value is 234 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d5eafa hue: 0.57 , saturation: 0.79 and the lightness value of d5eafa is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11101010 11111010
Octal 325 352 372
Decimal 213 234 250
Hex D5 EA FA

RGB Percentages of Color #d5eafa

%30.56
%33.57
%35.87

CMYK Percentages of Color #d5eafa

%15
%6
%0
%2

Triadic Colors of #d5eafa

#d5eafa #fad5ea #eafad5

Analogous Colors of #d5eafa

#d5eafa #d5d8fa #d5faf8

Monochromatic Colors of #d5eafa

#d5eafa

Complementary Color

#d5eafa #fae5d5

#d5eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5eafa Color CSS Codes

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

#d5eafa Text Font Color

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

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


#d5eafa Background Color

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

This div background color is #d5eafa


#d5eafa Border Color

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

This div border color is #d5eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5eafa


Comments

No comments written yet.

Please login to write comment.