Color Hex Logo

#87c2fc Color Hex

#87C2FC
(135,194,252)
0 Favorites   0 Comments

Color spaces of #87c2fc

RGB 135194252
HSL0.580.950.76
HSV210°46°99°
CMYK 0.460.230.00   0.01
XYZ46.854150.762799.4242
Yxy50.76270.23780.2576
Hunter Lab71.2479-7.2987-32.8637
CIE-Lab76.5350-3.8798-34.4891

#87c2fc color RGB value is (135,194,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11000010 11111100
Octal 207 302 374
Decimal 135 194 252
Hex 87 C2 FC

RGB Percentages of Color #87c2fc

%23.24
%33.39
%43.37

CMYK Percentages of Color #87c2fc

%46
%23
%0
%1

Triadic Colors of #87c2fc

#87c2fc #fc87c2 #c2fc87

Analogous Colors of #87c2fc

#87c2fc #8788fc #87fcfc

Monochromatic Colors of #87c2fc

#87c2fc

Complementary Color

#87c2fc #fcc187

#87c2fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87c2fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87c2fc Color CSS Codes

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

#87c2fc Text Font Color

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

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


#87c2fc Background Color

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

This div background color is #87c2fc


#87c2fc Border Color

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

This div border color is #87c2fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87c2fc


Comments

No comments written yet.

Please login to write comment.