Color Hex Logo

#87fdfc Color Hex

#87FDFC
(135,253,252)
0 Favorites   0 Comments

Color spaces of #87fdfc

RGB 135253252
HSL0.500.970.76
HSV179°47°99°
CMYK 0.470.000.00   0.01
XYZ62.687682.4297104.7020
Yxy82.42970.25090.3300
Hunter Lab90.7908-35.6364-4.8210
CIE-Lab92.7642-33.5822-9.8821

#87fdfc color RGB value is (135,253,252).

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

The process color (four color CMYK) of #87fdfc color hex is 0.47, 0.00, 0.00, 0.01. Web safe color of #87fdfc is #99ffff. Color #87fdfc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11111101 11111100
Octal 207 375 374
Decimal 135 253 252
Hex 87 FD FC

RGB Percentages of Color #87fdfc

%21.09
%39.53
%39.38

CMYK Percentages of Color #87fdfc

%47
%0
%0
%1

Triadic Colors of #87fdfc

#87fdfc #fc87fd #fdfc87

Analogous Colors of #87fdfc

#87fdfc #87c3fd #87fdc1

Monochromatic Colors of #87fdfc

#87fdfc

Complementary Color

#87fdfc #fd8788

#87fdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87fdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87fdfc Color CSS Codes

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

#87fdfc Text Font Color

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

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


#87fdfc Background Color

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

This div background color is #87fdfc


#87fdfc Border Color

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

This div border color is #87fdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87fdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.