Color Hex Logo

#87facc Color Hex

#87FACC
(135,250,204)
0 Favorites   0 Comments

Color spaces of #87facc

RGB 135250204
HSL0.430.920.75
HSV156°46°98°
CMYK 0.460.000.18   0.02
XYZ55.076477.881769.2566
Yxy77.88170.27240.3851
Hunter Lab88.2506-43.038315.2463
CIE-Lab90.7259-43.176112.0094

#87facc color RGB value is (135,250,204).

#87facc hex color red value is 135, green value is 250 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #87facc hue: 0.43 , saturation: 0.92 and the lightness value of 87facc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11111010 11001100
Octal 207 372 314
Decimal 135 250 204
Hex 87 FA CC

RGB Percentages of Color #87facc

%22.92
%42.44
%34.63

CMYK Percentages of Color #87facc

%46
%0
%18
%2

Triadic Colors of #87facc

#87facc #cc87fa #facc87

Analogous Colors of #87facc

#87facc #87effa #87fa93

Monochromatic Colors of #87facc

#87facc

Complementary Color

#87facc #fa87b5

#87facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87facc Color CSS Codes

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

#87facc Text Font Color

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

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


#87facc Background Color

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

This div background color is #87facc


#87facc Border Color

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

This div border color is #87facc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87facc

Related Colors


Comments

No comments written yet.

Please login to write comment.