Color Hex Logo

#87bcce Color Hex

#87BCCE
(135,188,206)
0 Favorites   0 Comments

Color spaces of #87bcce

RGB 135188206
HSL0.540.420.67
HSV195°34°81°
CMYK 0.340.090.00   0.19
XYZ39.115545.573665.1275
Yxy45.57360.26110.3042
Hunter Lab67.5082-14.7132-9.9433
CIE-Lab73.2680-12.8639-14.6019

#87bcce color RGB value is (135,188,206).

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

The process color (four color CMYK) of #87bcce color hex is 0.34, 0.09, 0.00, 0.19. Web safe color of #87bcce is #99cccc. Color #87bcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111100 11001110
Octal 207 274 316
Decimal 135 188 206
Hex 87 BC CE

RGB Percentages of Color #87bcce

%25.52
%35.54
%38.94

CMYK Percentages of Color #87bcce

%34
%9
%0
%19

Triadic Colors of #87bcce

#87bcce #ce87bc #bcce87

Analogous Colors of #87bcce

#87bcce #8799ce #87cebd

Monochromatic Colors of #87bcce

#87bcce

Complementary Color

#87bcce #ce9987

#87bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bcce Color CSS Codes

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

#87bcce Text Font Color

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

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


#87bcce Background Color

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

This div background color is #87bcce


#87bcce Border Color

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

This div border color is #87bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bcce


Comments

No comments written yet.

Please login to write comment.