Color Hex Logo

#87bede Color Hex

#87BEDE
(135,190,222)
0 Favorites   0 Comments

Color spaces of #87bede

RGB 135190222
HSL0.560.570.70
HSV202°39°87°
CMYK 0.390.140.00   0.13
XYZ41.589947.251776.0357
Yxy47.25170.25220.2866
Hunter Lab68.7399-12.2964-17.4649
CIE-Lab74.3505-9.8473-21.6623

#87bede color RGB value is (135,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111110 11011110
Octal 207 276 336
Decimal 135 190 222
Hex 87 BE DE

RGB Percentages of Color #87bede

%24.68
%34.73
%40.59

CMYK Percentages of Color #87bede

%39
%14
%0
%13

Triadic Colors of #87bede

#87bede #de87be #bede87

Analogous Colors of #87bede

#87bede #8793de #87ded3

Monochromatic Colors of #87bede

#87bede

Complementary Color

#87bede #dea787

#87bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bede Color CSS Codes

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

#87bede Text Font Color

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

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


#87bede Background Color

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

This div background color is #87bede


#87bede Border Color

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

This div border color is #87bede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bede


Comments

No comments written yet.

Please login to write comment.