Color Hex Logo

#87adbc Color Hex

#87ADBC
(135,173,188)
0 Favorites   0 Comments

Color spaces of #87adbc

RGB 135173188
HSL0.550.280.63
HSV197°28°74°
CMYK 0.280.080.00   0.26
XYZ34.012338.668953.2482
Yxy38.66890.27010.3071
Hunter Lab62.1843-11.1903-7.2408
CIE-Lab68.5107-9.2916-11.8635

#87adbc color RGB value is (135,173,188).

#87adbc hex color red value is 135, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #87adbc hue: 0.55 , saturation: 0.28 and the lightness value of 87adbc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101101 10111100
Octal 207 255 274
Decimal 135 173 188
Hex 87 AD BC

RGB Percentages of Color #87adbc

%27.22
%34.88
%37.90

CMYK Percentages of Color #87adbc

%28
%8
%0
%26

Triadic Colors of #87adbc

#87adbc #bc87ad #adbc87

Analogous Colors of #87adbc

#87adbc #8793bc #87bcb1

Monochromatic Colors of #87adbc

#87adbc

Complementary Color

#87adbc #bc9687

#87adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87adbc Color CSS Codes

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

#87adbc Text Font Color

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

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


#87adbc Background Color

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

This div background color is #87adbc


#87adbc Border Color

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

This div border color is #87adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87adbc


Comments

No comments written yet.

Please login to write comment.