Color Hex Logo

#87bfdc Color Hex

#87BFDC
(135,191,220)
0 Favorites   0 Comments

Color spaces of #87bfdc

RGB 135191220
HSL0.560.550.70
HSV200°39°86°
CMYK 0.390.130.00   0.14
XYZ41.540747.579874.7045
Yxy47.57980.25360.2904
Hunter Lab68.9781-13.2136-15.9274
CIE-Lab74.5591-10.8964-20.2610

#87bfdc color RGB value is (135,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111111 11011100
Octal 207 277 334
Decimal 135 191 220
Hex 87 BF DC

RGB Percentages of Color #87bfdc

%24.73
%34.98
%40.29

CMYK Percentages of Color #87bfdc

%39
%13
%0
%14

Triadic Colors of #87bfdc

#87bfdc #dc87bf #bfdc87

Analogous Colors of #87bfdc

#87bfdc #8795dc #87dccf

Monochromatic Colors of #87bfdc

#87bfdc

Complementary Color

#87bfdc #dca487

#87bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bfdc Color CSS Codes

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

#87bfdc Text Font Color

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

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


#87bfdc Background Color

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

This div background color is #87bfdc


#87bfdc Border Color

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

This div border color is #87bfdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,191,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 #87bfdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bfdc


Comments

No comments written yet.

Please login to write comment.