Color Hex Logo

#87acdd Color Hex

#87ACDD
(135,172,221)
0 Favorites   0 Comments

Color spaces of #87acdd

RGB 135172221
HSL0.590.560.70
HSV214°39°87°
CMYK 0.390.220.00   0.13
XYZ37.795339.876474.1115
Yxy39.87640.24900.2627
Hunter Lab63.1478-3.6725-25.3805
CIE-Lab69.3814-0.3435-28.7201

#87acdd color RGB value is (135,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101100 11011101
Octal 207 254 335
Decimal 135 172 221
Hex 87 AC DD

RGB Percentages of Color #87acdd

%25.57
%32.58
%41.86

CMYK Percentages of Color #87acdd

%39
%22
%0
%13

Triadic Colors of #87acdd

#87acdd #dd87ac #acdd87

Analogous Colors of #87acdd

#87acdd #8d87dd #87d7dd

Monochromatic Colors of #87acdd

#87acdd

Complementary Color

#87acdd #ddb887

#87acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#87acdd Color CSS Codes

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

#87acdd Text Font Color

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

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


#87acdd Background Color

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

This div background color is #87acdd


#87acdd Border Color

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

This div border color is #87acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87acdd


Comments

No comments written yet.

Please login to write comment.