color codes Logo

#87acec color codes

#87ACEC
(135,172,236)
0 Favorites   0 Comments

Color spaces of #87acec

RGB 135172236
HSL0.610.730.73
HSV218°43°93°
CMYK 0.430.270.00   0.07
XYZ39.884540.712185.1130
Yxy40.71210.24070.2457
Hunter Lab63.8060-0.0820-34.4247
CIE-Lab69.97373.7569-36.0057

#87acec color RGB value is (135,172,236).

#87acec hex color red value is 135, green value is 172 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #87acec hue: 0.61 , saturation: 0.73 and the lightness value of 87acec is 0.73.

The process color (four color CMYK) of #87acec color code is 0.43, 0.27, 0.00, 0.07. Web safe color of #87acec is #9999ff. Color #87acec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101100 11101100
Octal 207 254 354
Decimal 135 172 236
Hex 87 AC EC

RGB Percentages of Color #87acec

%24.86
%31.68
%43.46

CMYK Percentages of Color #87acec

%43
%27
%0
%7

Triadic Colors of #87acec

#87acec #ec87ac #acec87

Analogous Colors of #87acec

#87acec #9587ec #87dfec

Monochromatic Colors of #87acec

#87acec

Complementary Color

#87acec #ecc787

#87acec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87acec Color Preview on White Background

Lorem ipsum dolor sit amet.

#87acec Color CSS Codes

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

#87acec Text Font Color

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

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


#87acec Background Color

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

This div background color is #87acec


#87acec Border Color

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

This div border color is #87acec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87acec


Comments

No comments written yet.

Please login to write comment.