Color Hex Logo

#87aaeb Color Hex

#87AAEB
(135,170,235)
0 Favorites   0 Comments

Color spaces of #87aaeb

RGB 135170235
HSL0.610.710.73
HSV219°43°92°
CMYK 0.430.280.00   0.08
XYZ39.361839.898584.2239
Yxy39.89850.24080.2441
Hunter Lab63.16530.6941-34.8410
CIE-Lab69.39724.5997-36.3561

#87aaeb color RGB value is (135,170,235).

#87aaeb hex color red value is 135, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #87aaeb hue: 0.61 , saturation: 0.71 and the lightness value of 87aaeb is 0.73.

The process color (four color CMYK) of #87aaeb color hex is 0.43, 0.28, 0.00, 0.08. Web safe color of #87aaeb is #9999ff. Color #87aaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101010 11101011
Octal 207 252 353
Decimal 135 170 235
Hex 87 AA EB

RGB Percentages of Color #87aaeb

%25.00
%31.48
%43.52

CMYK Percentages of Color #87aaeb

%43
%28
%0
%8

Triadic Colors of #87aaeb

#87aaeb #eb87aa #aaeb87

Analogous Colors of #87aaeb

#87aaeb #9687eb #87dceb

Monochromatic Colors of #87aaeb

#87aaeb

Complementary Color

#87aaeb #ebc887

#87aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#87aaeb Color CSS Codes

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

#87aaeb Text Font Color

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

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


#87aaeb Background Color

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

This div background color is #87aaeb


#87aaeb Border Color

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

This div border color is #87aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87aaeb


Comments

No comments written yet.

Please login to write comment.