Color Hex Logo

#87fcbc Color Hex

#87FCBC
(135,252,188)
0 Favorites   0 Comments

Color spaces of #87fcbc

RGB 135252188
HSL0.410.950.76
HSV147°46°99°
CMYK 0.460.000.25   0.01
XYZ53.879278.402559.8704
Yxy78.40250.28040.4080
Hunter Lab88.5452-46.337921.8923
CIE-Lab90.9633-47.241820.5691

#87fcbc color RGB value is (135,252,188).

#87fcbc hex color red value is 135, green value is 252 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #87fcbc hue: 0.41 , saturation: 0.95 and the lightness value of 87fcbc is 0.76.

The process color (four color CMYK) of #87fcbc color hex is 0.46, 0.00, 0.25, 0.01. Web safe color of #87fcbc is #99ffcc. Color #87fcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11111100 10111100
Octal 207 374 274
Decimal 135 252 188
Hex 87 FC BC

RGB Percentages of Color #87fcbc

%23.48
%43.83
%32.70

CMYK Percentages of Color #87fcbc

%46
%0
%25
%1

Triadic Colors of #87fcbc

#87fcbc #bc87fc #fcbc87

Analogous Colors of #87fcbc

#87fcbc #87fcf7 #8dfc87

Monochromatic Colors of #87fcbc

#87fcbc

Complementary Color

#87fcbc #fc87c7

#87fcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87fcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87fcbc Color CSS Codes

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

#87fcbc Text Font Color

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

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


#87fcbc Background Color

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

This div background color is #87fcbc


#87fcbc Border Color

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

This div border color is #87fcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87fcbc


Comments

No comments written yet.

Please login to write comment.