Color Hex Logo

#87afba Color Hex

#87AFBA
(135,175,186)
0 Favorites   0 Comments

Color spaces of #87afba

RGB 135175186
HSL0.540.270.63
HSV193°27°73°
CMYK 0.270.060.00   0.27
XYZ34.184639.356052.2491
Yxy39.35600.27180.3129
Hunter Lab62.7344-12.5186-5.4664
CIE-Lab69.0084-10.8380-10.0138

#87afba color RGB value is (135,175,186).

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

The process color (four color CMYK) of #87afba color hex is 0.27, 0.06, 0.00, 0.27. Web safe color of #87afba is #9999cc. Color #87afba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101111 10111010
Octal 207 257 272
Decimal 135 175 186
Hex 87 AF BA

RGB Percentages of Color #87afba

%27.22
%35.28
%37.50

CMYK Percentages of Color #87afba

%27
%6
%0
%27

Triadic Colors of #87afba

#87afba #ba87af #afba87

Analogous Colors of #87afba

#87afba #8796ba #87baac

Monochromatic Colors of #87afba

#87afba

Complementary Color

#87afba #ba9287

#87afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#87afba Color CSS Codes

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

#87afba Text Font Color

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

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


#87afba Background Color

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

This div background color is #87afba


#87afba Border Color

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

This div border color is #87afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87afba


Comments

No comments written yet.

Please login to write comment.