Color Hex Logo

#87afbf Color Hex

#87AFBF
(135,175,191)
0 Favorites   0 Comments

Color spaces of #87afbf

RGB 135175191
HSL0.550.300.64
HSV197°29°75°
CMYK 0.290.080.00   0.25
XYZ34.725639.572455.0982
Yxy39.57240.26840.3058
Hunter Lab62.9066-11.5513-7.8959
CIE-Lab69.1639-9.6424-12.5415

#87afbf color RGB value is (135,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101111 10111111
Octal 207 257 277
Decimal 135 175 191
Hex 87 AF BF

RGB Percentages of Color #87afbf

%26.95
%34.93
%38.12

CMYK Percentages of Color #87afbf

%29
%8
%0
%25

Triadic Colors of #87afbf

#87afbf #bf87af #afbf87

Analogous Colors of #87afbf

#87afbf #8793bf #87bfb3

Monochromatic Colors of #87afbf

#87afbf

Complementary Color

#87afbf #bf9787

#87afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#87afbf Color CSS Codes

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

#87afbf Text Font Color

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

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


#87afbf Background Color

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

This div background color is #87afbf


#87afbf Border Color

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

This div border color is #87afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87afbf


Comments

No comments written yet.

Please login to write comment.