Color Hex Logo

#87aedf Color Hex

#87AEDF
(135,174,223)
0 Favorites   0 Comments

Color spaces of #87aedf

RGB 135174223
HSL0.590.580.70
HSV213°39°87°
CMYK 0.390.220.00   0.13
XYZ38.447040.750775.6513
Yxy40.75070.24830.2632
Hunter Lab63.8363-4.2074-25.5782
CIE-Lab70.0009-0.9125-28.8621

#87aedf color RGB value is (135,174,223).

#87aedf hex color red value is 135, green value is 174 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #87aedf hue: 0.59 , saturation: 0.58 and the lightness value of 87aedf is 0.70.

The process color (four color CMYK) of #87aedf color hex is 0.39, 0.22, 0.00, 0.13. Web safe color of #87aedf is #9999cc. Color #87aedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101110 11011111
Octal 207 256 337
Decimal 135 174 223
Hex 87 AE DF

RGB Percentages of Color #87aedf

%25.38
%32.71
%41.92

CMYK Percentages of Color #87aedf

%39
%22
%0
%13

Triadic Colors of #87aedf

#87aedf #df87ae #aedf87

Analogous Colors of #87aedf

#87aedf #8c87df #87dadf

Monochromatic Colors of #87aedf

#87aedf

Complementary Color

#87aedf #dfb887

#87aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#87aedf Color CSS Codes

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

#87aedf Text Font Color

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

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


#87aedf Background Color

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

This div background color is #87aedf


#87aedf Border Color

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

This div border color is #87aedf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,174,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87aedf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87aedf;
  -webkit-box-shadow: 1px 1px 3px 2px #87aedf;
  box-shadow:         1px 1px 3px 2px #87aedf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,174,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87aedf


Comments

No comments written yet.

Please login to write comment.