Color Hex Logo

#87acdb Color Hex

#87ACDB
(135,172,219)
0 Favorites   0 Comments

Color spaces of #87acdb

RGB 135172219
HSL0.590.540.69
HSV214°38°86°
CMYK 0.380.210.00   0.14
XYZ37.530439.770472.7162
Yxy39.77040.25020.2651
Hunter Lab63.0638-4.1330-24.2202
CIE-Lab69.3057-0.8781-27.7396

#87acdb color RGB value is (135,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101100 11011011
Octal 207 254 333
Decimal 135 172 219
Hex 87 AC DB

RGB Percentages of Color #87acdb

%25.67
%32.70
%41.63

CMYK Percentages of Color #87acdb

%38
%21
%0
%14

Triadic Colors of #87acdb

#87acdb #db87ac #acdb87

Analogous Colors of #87acdb

#87acdb #8c87db #87d6db

Monochromatic Colors of #87acdb

#87acdb

Complementary Color

#87acdb #dbb687

#87acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#87acdb Color CSS Codes

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

#87acdb Text Font Color

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

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


#87acdb Background Color

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

This div background color is #87acdb


#87acdb Border Color

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

This div border color is #87acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87acdb


Comments

No comments written yet.

Please login to write comment.