Color Hex Logo

#87adb0 Color Hex

#87ADB0
(135,173,176)
0 Favorites   0 Comments

Color spaces of #87adb0

RGB 135173176
HSL0.510.210.61
HSV184°23°69°
CMYK 0.230.020.00   0.31
XYZ32.771738.172646.7151
Yxy38.17260.27850.3244
Hunter Lab61.7840-13.4413-1.5806
CIE-Lab68.1476-12.0959-5.7622

#87adb0 color RGB value is (135,173,176).

#87adb0 hex color red value is 135, green value is 173 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #87adb0 hue: 0.51 , saturation: 0.21 and the lightness value of 87adb0 is 0.61.

The process color (four color CMYK) of #87adb0 color hex is 0.23, 0.02, 0.00, 0.31. Web safe color of #87adb0 is #999999. Color #87adb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101101 10110000
Octal 207 255 260
Decimal 135 173 176
Hex 87 AD B0

RGB Percentages of Color #87adb0

%27.89
%35.74
%36.36

CMYK Percentages of Color #87adb0

%23
%2
%0
%31

Triadic Colors of #87adb0

#87adb0 #b087ad #adb087

Analogous Colors of #87adb0

#87adb0 #8799b0 #87b09f

Monochromatic Colors of #87adb0

#87adb0

Complementary Color

#87adb0 #b08a87

#87adb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87adb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#87adb0 Color CSS Codes

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

#87adb0 Text Font Color

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

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


#87adb0 Background Color

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

This div background color is #87adb0


#87adb0 Border Color

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

This div border color is #87adb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87adb0


Comments

No comments written yet.

Please login to write comment.