Color Hex Logo

#87e1fc Color Hex

#87E1FC
(135,225,252)
0 Favorites   0 Comments

Color spaces of #87e1fc

RGB 135225252
HSL0.540.950.76
HSV194°46°99°
CMYK 0.460.110.00   0.01
XYZ54.487666.0296101.9686
Yxy66.02960.24490.2968
Hunter Lab81.2586-22.5102-17.5199
CIE-Lab85.0115-20.0360-21.5158

#87e1fc color RGB value is (135,225,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11100001 11111100
Octal 207 341 374
Decimal 135 225 252
Hex 87 E1 FC

RGB Percentages of Color #87e1fc

%22.06
%36.76
%41.18

CMYK Percentages of Color #87e1fc

%46
%11
%0
%1

Triadic Colors of #87e1fc

#87e1fc #fc87e1 #e1fc87

Analogous Colors of #87e1fc

#87e1fc #87a7fc #87fcdd

Monochromatic Colors of #87e1fc

#87e1fc

Complementary Color

#87e1fc #fca287

#87e1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87e1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87e1fc Color CSS Codes

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

#87e1fc Text Font Color

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

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


#87e1fc Background Color

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

This div background color is #87e1fc


#87e1fc Border Color

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

This div border color is #87e1fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87e1fc


Comments

No comments written yet.

Please login to write comment.