Color Hex Logo

#87adcb Color Hex

#87ADCB
(135,173,203)
0 Favorites   0 Comments

Color spaces of #87adcb

RGB 135173203
HSL0.570.400.66
HSV206°33°80°
CMYK 0.330.150.00   0.20
XYZ35.714739.349862.2128
Yxy39.34980.26020.2866
Hunter Lab62.7294-8.1483-14.8911
CIE-Lab69.0039-5.5908-19.4015

#87adcb color RGB value is (135,173,203).

#87adcb hex color red value is 135, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #87adcb hue: 0.57 , saturation: 0.40 and the lightness value of 87adcb is 0.66.

The process color (four color CMYK) of #87adcb color hex is 0.33, 0.15, 0.00, 0.20. Web safe color of #87adcb is #9999cc. Color #87adcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101101 11001011
Octal 207 255 313
Decimal 135 173 203
Hex 87 AD CB

RGB Percentages of Color #87adcb

%26.42
%33.86
%39.73

CMYK Percentages of Color #87adcb

%33
%15
%0
%20

Triadic Colors of #87adcb

#87adcb #cb87ad #adcb87

Analogous Colors of #87adcb

#87adcb #878bcb #87cbc7

Monochromatic Colors of #87adcb

#87adcb

Complementary Color

#87adcb #cba587

#87adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#87adcb Color CSS Codes

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

#87adcb Text Font Color

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

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


#87adcb Background Color

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

This div background color is #87adcb


#87adcb Border Color

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

This div border color is #87adcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87adcb


Comments

No comments written yet.

Please login to write comment.