Color Hex Logo

#87acdc Color Hex

#87ACDC
(135,172,220)
0 Favorites   0 Comments

Color spaces of #87acdc

RGB 135172220
HSL0.590.550.70
HSV214°39°86°
CMYK 0.390.220.00   0.14
XYZ37.662539.823373.4118
Yxy39.82330.24960.2639
Hunter Lab63.1057-3.9033-24.7989
CIE-Lab69.3435-0.6112-28.2301

#87acdc color RGB value is (135,172,220).

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

The process color (four color CMYK) of #87acdc color hex is 0.39, 0.22, 0.00, 0.14. Web safe color of #87acdc is #9999cc. Color #87acdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101100 11011100
Octal 207 254 334
Decimal 135 172 220
Hex 87 AC DC

RGB Percentages of Color #87acdc

%25.62
%32.64
%41.75

CMYK Percentages of Color #87acdc

%39
%22
%0
%14

Triadic Colors of #87acdc

#87acdc #dc87ac #acdc87

Analogous Colors of #87acdc

#87acdc #8d87dc #87d7dc

Monochromatic Colors of #87acdc

#87acdc

Complementary Color

#87acdc #dcb787

#87acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87acdc Color CSS Codes

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

#87acdc Text Font Color

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

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


#87acdc Background Color

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

This div background color is #87acdc


#87acdc Border Color

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

This div border color is #87acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87acdc


Comments

No comments written yet.

Please login to write comment.