Color Hex Logo

#87abfe Color Hex

#87ABFE
(135,171,254)
0 Favorites   0 Comments

Color spaces of #87abfe

RGB 135171254
HSL0.620.980.76
HSV222°47°100°
CMYK 0.470.330.00   0.00
XYZ42.444041.432599.5262
Yxy41.43250.23140.2259
Hunter Lab64.36815.0579-46.6168
CIE-Lab70.47799.4258-44.9988

#87abfe color RGB value is (135,171,254).

#87abfe hex color red value is 135, green value is 171 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #87abfe hue: 0.62 , saturation: 0.98 and the lightness value of 87abfe is 0.76.

The process color (four color CMYK) of #87abfe color hex is 0.47, 0.33, 0.00, 0.00. Web safe color of #87abfe is #9999ff. Color #87abfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101011 11111110
Octal 207 253 376
Decimal 135 171 254
Hex 87 AB FE

RGB Percentages of Color #87abfe

%24.11
%30.54
%45.36

CMYK Percentages of Color #87abfe

%47
%33
%0
%0

Triadic Colors of #87abfe

#87abfe #fe87ab #abfe87

Analogous Colors of #87abfe

#87abfe #9f87fe #87e7fe

Monochromatic Colors of #87abfe

#87abfe

Complementary Color

#87abfe #feda87

#87abfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87abfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#87abfe Color CSS Codes

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

#87abfe Text Font Color

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

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


#87abfe Background Color

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

This div background color is #87abfe


#87abfe Border Color

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

This div border color is #87abfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87abfe

Related Colors


Comments

No comments written yet.

Please login to write comment.