Color Hex Logo

#87a8ce Color Hex

#87A8CE
(135,168,206)
0 Favorites   0 Comments

Color spaces of #87a8ce

RGB 135168206
HSL0.590.420.67
HSV212°34°81°
CMYK 0.340.180.00   0.19
XYZ35.134937.612463.8006
Yxy37.61240.25730.2755
Hunter Lab61.3289-5.0643-18.7492
CIE-Lab67.7340-2.0801-22.9910

#87a8ce color RGB value is (135,168,206).

#87a8ce hex color red value is 135, green value is 168 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #87a8ce hue: 0.59 , saturation: 0.42 and the lightness value of 87a8ce is 0.67.

The process color (four color CMYK) of #87a8ce color hex is 0.34, 0.18, 0.00, 0.19. Web safe color of #87a8ce is #9999cc. Color #87a8ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101000 11001110
Octal 207 250 316
Decimal 135 168 206
Hex 87 A8 CE

RGB Percentages of Color #87a8ce

%26.52
%33.01
%40.47

CMYK Percentages of Color #87a8ce

%34
%18
%0
%19

Triadic Colors of #87a8ce

#87a8ce #ce87a8 #a8ce87

Analogous Colors of #87a8ce

#87a8ce #8a87ce #87ccce

Monochromatic Colors of #87a8ce

#87a8ce

Complementary Color

#87a8ce #cead87

#87a8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87a8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#87a8ce Color CSS Codes

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

#87a8ce Text Font Color

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

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


#87a8ce Background Color

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

This div background color is #87a8ce


#87a8ce Border Color

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

This div border color is #87a8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87a8ce

#87a8ce Color Palettes


Comments

No comments written yet.

Please login to write comment.