Color Hex Logo

#87bedc Color Hex

#87BEDC
(135,190,220)
0 Favorites   0 Comments

Color spaces of #87bedc

RGB 135190220
HSL0.560.550.70
HSV201°39°86°
CMYK 0.390.140.00   0.14
XYZ41.323447.145174.6321
Yxy47.14510.25340.2891
Hunter Lab68.6623-12.7314-16.3813
CIE-Lab74.2825-10.3667-20.6810

#87bedc color RGB value is (135,190,220).

#87bedc hex color red value is 135, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #87bedc hue: 0.56 , saturation: 0.55 and the lightness value of 87bedc is 0.70.

The process color (four color CMYK) of #87bedc color hex is 0.39, 0.14, 0.00, 0.14. Web safe color of #87bedc is #99cccc. Color #87bedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111110 11011100
Octal 207 276 334
Decimal 135 190 220
Hex 87 BE DC

RGB Percentages of Color #87bedc

%24.77
%34.86
%40.37

CMYK Percentages of Color #87bedc

%39
%14
%0
%14

Triadic Colors of #87bedc

#87bedc #dc87be #bedc87

Analogous Colors of #87bedc

#87bedc #8794dc #87dcd0

Monochromatic Colors of #87bedc

#87bedc

Complementary Color

#87bedc #dca587

#87bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bedc Color CSS Codes

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

#87bedc Text Font Color

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

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


#87bedc Background Color

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

This div background color is #87bedc


#87bedc Border Color

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

This div border color is #87bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bedc


Comments

No comments written yet.

Please login to write comment.