Color Hex Logo

#87bdeb Color Hex

#87BDEB
(135,189,235)
0 Favorites   0 Comments

Color spaces of #87bdeb

RGB 135189235
HSL0.580.710.73
HSV208°43°92°
CMYK 0.430.200.00   0.08
XYZ43.184747.544285.4981
Yxy47.54420.24510.2698
Hunter Lab68.9523-8.8723-25.2506
CIE-Lab74.5365-5.8580-28.4163

#87bdeb color RGB value is (135,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111101 11101011
Octal 207 275 353
Decimal 135 189 235
Hex 87 BD EB

RGB Percentages of Color #87bdeb

%24.15
%33.81
%42.04

CMYK Percentages of Color #87bdeb

%43
%20
%0
%8

Triadic Colors of #87bdeb

#87bdeb #eb87bd #bdeb87

Analogous Colors of #87bdeb

#87bdeb #878beb #87ebe7

Monochromatic Colors of #87bdeb

#87bdeb

Complementary Color

#87bdeb #ebb587

#87bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bdeb Color CSS Codes

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

#87bdeb Text Font Color

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

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


#87bdeb Background Color

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

This div background color is #87bdeb


#87bdeb Border Color

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

This div border color is #87bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bdeb


Comments

No comments written yet.

Please login to write comment.