Color Hex Logo

#87bdea Color Hex

#87BDEA
(135,189,234)
0 Favorites   0 Comments

Color spaces of #87bdea

RGB 135189234
HSL0.580.700.72
HSV207°42°92°
CMYK 0.420.190.00   0.08
XYZ43.040647.486684.7393
Yxy47.48660.24560.2709
Hunter Lab68.9105-9.1047-24.6716
CIE-Lab74.5000-6.1284-27.9319

#87bdea color RGB value is (135,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111101 11101010
Octal 207 275 352
Decimal 135 189 234
Hex 87 BD EA

RGB Percentages of Color #87bdea

%24.19
%33.87
%41.94

CMYK Percentages of Color #87bdea

%42
%19
%0
%8

Triadic Colors of #87bdea

#87bdea #ea87bd #bdea87

Analogous Colors of #87bdea

#87bdea #878cea #87eae6

Monochromatic Colors of #87bdea

#87bdea

Complementary Color

#87bdea #eab487

#87bdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bdea Color CSS Codes

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

#87bdea Text Font Color

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

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


#87bdea Background Color

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

This div background color is #87bdea


#87bdea Border Color

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

This div border color is #87bdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bdea


Comments

No comments written yet.

Please login to write comment.