Color Hex Logo

#87bdca Color Hex

#87BDCA
(135,189,202)
0 Favorites   0 Comments

Color spaces of #87bdca

RGB 135189202
HSL0.530.390.66
HSV192°33°79°
CMYK 0.330.060.00   0.21
XYZ38.849945.810462.6718
Yxy45.81040.26370.3109
Hunter Lab67.6834-15.9879-7.5215
CIE-Lab73.4223-14.3728-12.1906

#87bdca color RGB value is (135,189,202).

#87bdca hex color red value is 135, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #87bdca hue: 0.53 , saturation: 0.39 and the lightness value of 87bdca is 0.66.

The process color (four color CMYK) of #87bdca color hex is 0.33, 0.06, 0.00, 0.21. Web safe color of #87bdca is #99cccc. Color #87bdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111101 11001010
Octal 207 275 312
Decimal 135 189 202
Hex 87 BD CA

RGB Percentages of Color #87bdca

%25.67
%35.93
%38.40

CMYK Percentages of Color #87bdca

%33
%6
%0
%21

Triadic Colors of #87bdca

#87bdca #ca87bd #bdca87

Analogous Colors of #87bdca

#87bdca #879cca #87cab6

Monochromatic Colors of #87bdca

#87bdca

Complementary Color

#87bdca #ca9487

#87bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bdca Color CSS Codes

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

#87bdca Text Font Color

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

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


#87bdca Background Color

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

This div background color is #87bdca


#87bdca Border Color

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

This div border color is #87bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bdca


Comments

No comments written yet.

Please login to write comment.