Color Hex Logo

#87bbce Color Hex

#87BBCE
(135,187,206)
0 Favorites   0 Comments

Color spaces of #87bbce

RGB 135187206
HSL0.540.420.67
HSV196°34°81°
CMYK 0.340.090.00   0.19
XYZ38.902645.147865.0565
Yxy45.14780.26090.3028
Hunter Lab67.1921-14.2390-10.3711
CIE-Lab72.9891-12.3377-15.0215

#87bbce color RGB value is (135,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111011 11001110
Octal 207 273 316
Decimal 135 187 206
Hex 87 BB CE

RGB Percentages of Color #87bbce

%25.57
%35.42
%39.02

CMYK Percentages of Color #87bbce

%34
%9
%0
%19

Triadic Colors of #87bbce

#87bbce #ce87bb #bbce87

Analogous Colors of #87bbce

#87bbce #8798ce #87cebe

Monochromatic Colors of #87bbce

#87bbce

Complementary Color

#87bbce #ce9a87

#87bbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bbce Color CSS Codes

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

#87bbce Text Font Color

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

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


#87bbce Background Color

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

This div background color is #87bbce


#87bbce Border Color

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

This div border color is #87bbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bbce


Comments

No comments written yet.

Please login to write comment.