Color Hex Logo

#87afbd Color Hex

#87AFBD
(135,175,189)
0 Favorites   0 Comments

Color spaces of #87afbd

RGB 135175189
HSL0.540.290.64
HSV196°29°74°
CMYK 0.290.070.00   0.26
XYZ34.507039.485053.9468
Yxy39.48500.26970.3086
Hunter Lab62.8371-11.9416-6.9156
CIE-Lab69.1011-10.1236-11.5317

#87afbd color RGB value is (135,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101111 10111101
Octal 207 257 275
Decimal 135 175 189
Hex 87 AF BD

RGB Percentages of Color #87afbd

%27.05
%35.07
%37.88

CMYK Percentages of Color #87afbd

%29
%7
%0
%26

Triadic Colors of #87afbd

#87afbd #bd87af #afbd87

Analogous Colors of #87afbd

#87afbd #8794bd #87bdb0

Monochromatic Colors of #87afbd

#87afbd

Complementary Color

#87afbd #bd9587

#87afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#87afbd Color CSS Codes

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

#87afbd Text Font Color

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

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


#87afbd Background Color

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

This div background color is #87afbd


#87afbd Border Color

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

This div border color is #87afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87afbd


Comments

No comments written yet.

Please login to write comment.