Color Hex Logo

#87acdf Color Hex

#87ACDF
(135,172,223)
0 Favorites   0 Comments

Color spaces of #87acdf

RGB 135172223
HSL0.600.580.70
HSV215°39°87°
CMYK 0.390.230.00   0.13
XYZ38.063539.983775.5235
Yxy39.98370.24790.2604
Hunter Lab63.2327-3.2074-26.5516
CIE-Lab69.45790.1944-29.6985

#87acdf color RGB value is (135,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101100 11011111
Octal 207 254 337
Decimal 135 172 223
Hex 87 AC DF

RGB Percentages of Color #87acdf

%25.47
%32.45
%42.08

CMYK Percentages of Color #87acdf

%39
%23
%0
%13

Triadic Colors of #87acdf

#87acdf #df87ac #acdf87

Analogous Colors of #87acdf

#87acdf #8e87df #87d8df

Monochromatic Colors of #87acdf

#87acdf

Complementary Color

#87acdf #dfba87

#87acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#87acdf Color CSS Codes

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

#87acdf Text Font Color

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

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


#87acdf Background Color

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

This div background color is #87acdf


#87acdf Border Color

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

This div border color is #87acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87acdf


Comments

No comments written yet.

Please login to write comment.