Color Hex Logo

#87fbfa Color Hex

#87FBFA
(135,251,250)
0 Favorites   0 Comments

Color spaces of #87fbfa

RGB 135251250
HSL0.500.940.76
HSV179°46°98°
CMYK 0.460.000.00   0.02
XYZ61.744281.0474102.8319
Yxy81.04740.25140.3300
Hunter Lab90.0263-35.1226-4.7051
CIE-Lab92.1528-33.1412-9.7539

#87fbfa color RGB value is (135,251,250).

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

The process color (four color CMYK) of #87fbfa color hex is 0.46, 0.00, 0.00, 0.02. Web safe color of #87fbfa is #99ffff. Color #87fbfa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11111011 11111010
Octal 207 373 372
Decimal 135 251 250
Hex 87 FB FA

RGB Percentages of Color #87fbfa

%21.23
%39.47
%39.31

CMYK Percentages of Color #87fbfa

%46
%0
%0
%2

Triadic Colors of #87fbfa

#87fbfa #fa87fb #fbfa87

Analogous Colors of #87fbfa

#87fbfa #87c2fb #87fbc0

Monochromatic Colors of #87fbfa

#87fbfa

Complementary Color

#87fbfa #fb8788

#87fbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87fbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#87fbfa Color CSS Codes

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

#87fbfa Text Font Color

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

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


#87fbfa Background Color

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

This div background color is #87fbfa


#87fbfa Border Color

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

This div border color is #87fbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87fbfa


Comments

No comments written yet.

Please login to write comment.