Color Hex Logo

#87adba Color Hex

#87ADBA
(135,173,186)
0 Favorites   0 Comments

Color spaces of #87adba

RGB 135173186
HSL0.540.270.63
HSV195°27°73°
CMYK 0.270.070.00   0.27
XYZ33.798238.583252.1203
Yxy38.58320.27150.3099
Hunter Lab62.1154-11.5765-6.2688
CIE-Lab68.4483-9.7687-10.8508

#87adba color RGB value is (135,173,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101101 10111010
Octal 207 255 272
Decimal 135 173 186
Hex 87 AD BA

RGB Percentages of Color #87adba

%27.33
%35.02
%37.65

CMYK Percentages of Color #87adba

%27
%7
%0
%27

Triadic Colors of #87adba

#87adba #ba87ad #adba87

Analogous Colors of #87adba

#87adba #8794ba #87baae

Monochromatic Colors of #87adba

#87adba

Complementary Color

#87adba #ba9487

#87adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#87adba Color CSS Codes

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

#87adba Text Font Color

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

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


#87adba Background Color

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

This div background color is #87adba


#87adba Border Color

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

This div border color is #87adba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,173,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 #87adba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87adba


Comments

No comments written yet.

Please login to write comment.