Color Hex Logo

#87faff Color Hex

#87FAFF
(135,250,255)
0 Favorites   0 Comments

Color spaces of #87faff

RGB 135250255
HSL0.511.000.76
HSV183°47°100°
CMYK 0.470.020.00   0.00
XYZ62.227380.7421106.9128
Yxy80.74210.24900.3231
Hunter Lab89.8566-33.6346-7.6445
CIE-Lab92.0168-31.4286-12.5505

#87faff color RGB value is (135,250,255).

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

The process color (four color CMYK) of #87faff color hex is 0.47, 0.02, 0.00, 0.00. Web safe color of #87faff is #99ffff. Color #87faff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11111010 11111111
Octal 207 372 377
Decimal 135 250 255
Hex 87 FA FF

RGB Percentages of Color #87faff

%21.09
%39.06
%39.84

CMYK Percentages of Color #87faff

%47
%2
%0
%0

Triadic Colors of #87faff

#87faff #ff87fa #faff87

Analogous Colors of #87faff

#87faff #87beff #87ffc8

Monochromatic Colors of #87faff

#87faff

Complementary Color

#87faff #ff8c87

#87faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#87faff Color CSS Codes

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

#87faff Text Font Color

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

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


#87faff Background Color

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

This div background color is #87faff


#87faff Border Color

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

This div border color is #87faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87faff

Related Colors

#87faff Color Palettes


Comments

No comments written yet.

Please login to write comment.