Color Hex Logo

#87bfab Color Hex

#87BFAB
(135,191,171)
0 Favorites   0 Comments

Color spaces of #87bfab

RGB 135191171
HSL0.440.300.64
HSV159°29°75°
CMYK 0.290.000.10   0.25
XYZ35.973245.352845.3861
Yxy45.35280.28390.3579
Hunter Lab67.3445-22.50417.1833
CIE-Lab73.1236-22.47984.2613

#87bfab color RGB value is (135,191,171).

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

The process color (four color CMYK) of #87bfab color hex is 0.29, 0.00, 0.10, 0.25. Web safe color of #87bfab is #99cc99. Color #87bfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111111 10101011
Octal 207 277 253
Decimal 135 191 171
Hex 87 BF AB

RGB Percentages of Color #87bfab

%27.16
%38.43
%34.41

CMYK Percentages of Color #87bfab

%29
%0
%10
%25

Triadic Colors of #87bfab

#87bfab #ab87bf #bfab87

Analogous Colors of #87bfab

#87bfab #87b7bf #87bf8f

Monochromatic Colors of #87bfab

#87bfab

Complementary Color

#87bfab #bf879b

#87bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bfab Color CSS Codes

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

#87bfab Text Font Color

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

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


#87bfab Background Color

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

This div background color is #87bfab


#87bfab Border Color

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

This div border color is #87bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bfab


Comments

No comments written yet.

Please login to write comment.