Color Hex Logo

#87bdcf Color Hex

#87BDCF
(135,189,207)
0 Favorites   0 Comments

Color spaces of #87bdcf

RGB 135189207
HSL0.540.430.67
HSV195°35°81°
CMYK 0.350.090.00   0.19
XYZ39.451846.051165.8409
Yxy46.05110.26070.3043
Hunter Lab67.8610-14.9835-10.0224
CIE-Lab73.5787-13.1402-14.6793

#87bdcf color RGB value is (135,189,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111101 11001111
Octal 207 275 317
Decimal 135 189 207
Hex 87 BD CF

RGB Percentages of Color #87bdcf

%25.42
%35.59
%38.98

CMYK Percentages of Color #87bdcf

%35
%9
%0
%19

Triadic Colors of #87bdcf

#87bdcf #cf87bd #bdcf87

Analogous Colors of #87bdcf

#87bdcf #8799cf #87cfbd

Monochromatic Colors of #87bdcf

#87bdcf

Complementary Color

#87bdcf #cf9987

#87bdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bdcf Color CSS Codes

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

#87bdcf Text Font Color

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

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


#87bdcf Background Color

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

This div background color is #87bdcf


#87bdcf Border Color

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

This div border color is #87bdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bdcf


Comments

No comments written yet.

Please login to write comment.