Color Hex Logo

#87f2fc Color Hex

#87F2FC
(135,242,252)
0 Favorites   0 Comments

Color spaces of #87f2fc

RGB 135242252
HSL0.510.950.76
HSV185°46°99°
CMYK 0.460.040.00   0.01
XYZ59.314575.6834103.5776
Yxy75.68340.24860.3172
Hunter Lab86.9962-30.5411-9.6933
CIE-Lab89.7121-28.3775-14.4351

#87f2fc color RGB value is (135,242,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11110010 11111100
Octal 207 362 374
Decimal 135 242 252
Hex 87 F2 FC

RGB Percentages of Color #87f2fc

%21.46
%38.47
%40.06

CMYK Percentages of Color #87f2fc

%46
%4
%0
%1

Triadic Colors of #87f2fc

#87f2fc #fc87f2 #f2fc87

Analogous Colors of #87f2fc

#87f2fc #87b8fc #87fccc

Monochromatic Colors of #87f2fc

#87f2fc

Complementary Color

#87f2fc #fc9187

#87f2fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87f2fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87f2fc Color CSS Codes

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

#87f2fc Text Font Color

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

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


#87f2fc Background Color

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

This div background color is #87f2fc


#87f2fc Border Color

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

This div border color is #87f2fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87f2fc

Related Colors


Comments

No comments written yet.

Please login to write comment.