Color Hex Logo

#87bee1 Color Hex

#87BEE1
(135,190,225)
0 Favorites   0 Comments

Color spaces of #87bee1

RGB 135190225
HSL0.560.600.71
HSV203°40°88°
CMYK 0.400.160.00   0.12
XYZ41.995747.414178.1726
Yxy47.41410.25060.2829
Hunter Lab68.8579-11.6361-19.1099
CIE-Lab74.4539-9.0624-23.1310

#87bee1 color RGB value is (135,190,225).

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

The process color (four color CMYK) of #87bee1 color hex is 0.40, 0.16, 0.00, 0.12. Web safe color of #87bee1 is #99cccc. Color #87bee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111110 11100001
Octal 207 276 341
Decimal 135 190 225
Hex 87 BE E1

RGB Percentages of Color #87bee1

%24.55
%34.55
%40.91

CMYK Percentages of Color #87bee1

%40
%16
%0
%12

Triadic Colors of #87bee1

#87bee1 #e187be #bee187

Analogous Colors of #87bee1

#87bee1 #8791e1 #87e1d7

Monochromatic Colors of #87bee1

#87bee1

Complementary Color

#87bee1 #e1aa87

#87bee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bee1 Color CSS Codes

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

#87bee1 Text Font Color

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

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


#87bee1 Background Color

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

This div background color is #87bee1


#87bee1 Border Color

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

This div border color is #87bee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bee1


Comments

No comments written yet.

Please login to write comment.