Color Hex Logo

#87bfea Color Hex

#87BFEA
(135,191,234)
0 Favorites   0 Comments

Color spaces of #87bfea

RGB 135191234
HSL0.570.700.72
HSV206°42°92°
CMYK 0.420.180.00   0.08
XYZ43.473848.353084.8837
Yxy48.35300.24600.2736
Hunter Lab69.5363-10.0912-23.7005
CIE-Lab75.0470-7.2026-27.0931

#87bfea color RGB value is (135,191,234).

#87bfea hex color red value is 135, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #87bfea hue: 0.57 , saturation: 0.70 and the lightness value of 87bfea is 0.72.

The process color (four color CMYK) of #87bfea color hex is 0.42, 0.18, 0.00, 0.08. Web safe color of #87bfea is #99ccff. Color #87bfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111111 11101010
Octal 207 277 352
Decimal 135 191 234
Hex 87 BF EA

RGB Percentages of Color #87bfea

%24.11
%34.11
%41.79

CMYK Percentages of Color #87bfea

%42
%18
%0
%8

Triadic Colors of #87bfea

#87bfea #ea87bf #bfea87

Analogous Colors of #87bfea

#87bfea #878eea #87eae4

Monochromatic Colors of #87bfea

#87bfea

Complementary Color

#87bfea #eab287

#87bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bfea Color CSS Codes

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

#87bfea Text Font Color

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

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


#87bfea Background Color

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

This div background color is #87bfea


#87bfea Border Color

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

This div border color is #87bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bfea


Comments

No comments written yet.

Please login to write comment.