Color Hex Logo

#87cbbc Color Hex

#87CBBC
(135,203,188)
0 Favorites   0 Comments

Color spaces of #87cbbc

RGB 135203188
HSL0.460.400.66
HSV167°33°80°
CMYK 0.330.000.07   0.20
XYZ40.424751.493655.3856
Yxy51.49360.27440.3496
Hunter Lab71.7590-25.02224.4697
CIE-Lab76.9770-24.74730.6528

#87cbbc color RGB value is (135,203,188).

#87cbbc hex color red value is 135, green value is 203 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #87cbbc hue: 0.46 , saturation: 0.40 and the lightness value of 87cbbc is 0.66.

The process color (four color CMYK) of #87cbbc color hex is 0.33, 0.00, 0.07, 0.20. Web safe color of #87cbbc is #99cccc. Color #87cbbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11001011 10111100
Octal 207 313 274
Decimal 135 203 188
Hex 87 CB BC

RGB Percentages of Color #87cbbc

%25.67
%38.59
%35.74

CMYK Percentages of Color #87cbbc

%33
%0
%7
%20

Triadic Colors of #87cbbc

#87cbbc #bc87cb #cbbc87

Analogous Colors of #87cbbc

#87cbbc #87b8cb #87cb9a

Monochromatic Colors of #87cbbc

#87cbbc

Complementary Color

#87cbbc #cb8796

#87cbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87cbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87cbbc Color CSS Codes

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

#87cbbc Text Font Color

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

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


#87cbbc Background Color

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

This div background color is #87cbbc


#87cbbc Border Color

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

This div border color is #87cbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87cbbc


Comments

No comments written yet.

Please login to write comment.