Color Hex Logo

#87bbcf Color Hex

#87BBCF
(135,187,207)
0 Favorites   0 Comments

Color spaces of #87bbcf

RGB 135187207
HSL0.550.430.67
HSV197°35°81°
CMYK 0.350.100.00   0.19
XYZ39.024545.196565.6985
Yxy45.19650.26030.3015
Hunter Lab67.2283-14.0345-10.8810
CIE-Lab73.0211-12.0883-15.5186

#87bbcf color RGB value is (135,187,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111011 11001111
Octal 207 273 317
Decimal 135 187 207
Hex 87 BB CF

RGB Percentages of Color #87bbcf

%25.52
%35.35
%39.13

CMYK Percentages of Color #87bbcf

%35
%10
%0
%19

Triadic Colors of #87bbcf

#87bbcf #cf87bb #bbcf87

Analogous Colors of #87bbcf

#87bbcf #8797cf #87cfbf

Monochromatic Colors of #87bbcf

#87bbcf

Complementary Color

#87bbcf #cf9b87

#87bbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bbcf Color CSS Codes

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

#87bbcf Text Font Color

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

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


#87bbcf Background Color

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

This div background color is #87bbcf


#87bbcf Border Color

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

This div border color is #87bbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bbcf


Comments

No comments written yet.

Please login to write comment.