Color Hex Logo

#87abbe Color Hex

#87ABBE
(135,171,190)
0 Favorites   0 Comments

Color spaces of #87abbe

RGB 135171190
HSL0.560.300.64
HSV201°29°75°
CMYK 0.290.100.00   0.25
XYZ33.848837.994454.2648
Yxy37.99440.26840.3013
Hunter Lab61.6396-9.8477-9.0486
CIE-Lab68.0165-7.7309-13.7122

#87abbe color RGB value is (135,171,190).

#87abbe hex color red value is 135, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #87abbe hue: 0.56 , saturation: 0.30 and the lightness value of 87abbe is 0.64.

The process color (four color CMYK) of #87abbe color hex is 0.29, 0.10, 0.00, 0.25. Web safe color of #87abbe is #9999cc. Color #87abbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101011 10111110
Octal 207 253 276
Decimal 135 171 190
Hex 87 AB BE

RGB Percentages of Color #87abbe

%27.22
%34.48
%38.31

CMYK Percentages of Color #87abbe

%29
%10
%0
%25

Triadic Colors of #87abbe

#87abbe #be87ab #abbe87

Analogous Colors of #87abbe

#87abbe #8790be #87beb6

Monochromatic Colors of #87abbe

#87abbe

Complementary Color

#87abbe #be9a87

#87abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#87abbe Color CSS Codes

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

#87abbe Text Font Color

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

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


#87abbe Background Color

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

This div background color is #87abbe


#87abbe Border Color

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

This div border color is #87abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87abbe


Comments

No comments written yet.

Please login to write comment.