Color Hex Logo

#87c4fc Color Hex

#87C4FC
(135,196,252)
0 Favorites   0 Comments

Color spaces of #87c4fc

RGB 135196252
HSL0.580.950.76
HSV209°46°99°
CMYK 0.460.220.00   0.01
XYZ47.302351.659099.5736
Yxy51.65900.23830.2602
Hunter Lab71.8742-8.3043-31.8277
CIE-Lab77.0765-4.9582-33.6527

#87c4fc color RGB value is (135,196,252).

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

The process color (four color CMYK) of #87c4fc color hex is 0.46, 0.22, 0.00, 0.01. Web safe color of #87c4fc is #99ccff. Color #87c4fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11000100 11111100
Octal 207 304 374
Decimal 135 196 252
Hex 87 C4 FC

RGB Percentages of Color #87c4fc

%23.16
%33.62
%43.22

CMYK Percentages of Color #87c4fc

%46
%22
%0
%1

Triadic Colors of #87c4fc

#87c4fc #fc87c4 #c4fc87

Analogous Colors of #87c4fc

#87c4fc #878afc #87fcfa

Monochromatic Colors of #87c4fc

#87c4fc

Complementary Color

#87c4fc #fcbf87

#87c4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87c4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87c4fc Color CSS Codes

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

#87c4fc Text Font Color

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

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


#87c4fc Background Color

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

This div background color is #87c4fc


#87c4fc Border Color

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

This div border color is #87c4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87c4fc


Comments

No comments written yet.

Please login to write comment.