Color Hex Logo

#87bdad Color Hex

#87BDAD
(135,189,173)
0 Favorites   0 Comments

Color spaces of #87bdad

RGB 135189173
HSL0.450.290.64
HSV162°29°74°
CMYK 0.290.000.08   0.26
XYZ35.732144.563246.2534
Yxy44.56320.28240.3521
Hunter Lab66.7557-21.27735.6484
CIE-Lab72.6033-21.04712.4186

#87bdad color RGB value is (135,189,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111101 10101101
Octal 207 275 255
Decimal 135 189 173
Hex 87 BD AD

RGB Percentages of Color #87bdad

%27.16
%38.03
%34.81

CMYK Percentages of Color #87bdad

%29
%0
%8
%26

Triadic Colors of #87bdad

#87bdad #ad87bd #bdad87

Analogous Colors of #87bdad

#87bdad #87b2bd #87bd92

Monochromatic Colors of #87bdad

#87bdad

Complementary Color

#87bdad #bd8797

#87bdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bdad Color CSS Codes

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

#87bdad Text Font Color

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

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


#87bdad Background Color

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

This div background color is #87bdad


#87bdad Border Color

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

This div border color is #87bdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bdad


Comments

No comments written yet.

Please login to write comment.