Color Hex Logo

#8c9acc Color Hex

#8C9ACC
(140,154,204)
0 Favorites   0 Comments

Color spaces of #8c9acc

RGB 140154204
HSL0.630.390.67
HSV227°31°80°
CMYK 0.310.250.00   0.20
XYZ33.269933.046361.7518
Yxy33.04630.25980.2580
Hunter Lab57.48592.7063-23.4496
CIE-Lab64.19846.6944-27.2759

#8c9acc color RGB value is (140,154,204).

#8c9acc hex color red value is 140, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8c9acc hue: 0.63 , saturation: 0.39 and the lightness value of 8c9acc is 0.67.

The process color (four color CMYK) of #8c9acc color hex is 0.31, 0.25, 0.00, 0.20. Web safe color of #8c9acc is #9999cc. Color #8c9acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10011010 11001100
Octal 214 232 314
Decimal 140 154 204
Hex 8C 9A CC

RGB Percentages of Color #8c9acc

%28.11
%30.92
%40.96

CMYK Percentages of Color #8c9acc

%31
%25
%0
%20

Triadic Colors of #8c9acc

#8c9acc #cc8c9a #9acc8c

Analogous Colors of #8c9acc

#8c9acc #9e8ccc #8cbacc

Monochromatic Colors of #8c9acc

#8c9acc

Complementary Color

#8c9acc #ccbe8c

#8c9acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c9acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c9acc Color CSS Codes

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

#8c9acc Text Font Color

<p style="color:#8c9acc">Text here</p>

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


#8c9acc Background Color

<div style="background-color:#8c9acc">
Div content here</div>

This div background color is #8c9acc


#8c9acc Border Color

<div style="border:3px solid #8c9acc">
Div here</div>

This div border color is #8c9acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,154,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c9acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c9acc;
  -webkit-box-shadow: 1px 1px 3px 2px #8c9acc;
  box-shadow:         1px 1px 3px 2px #8c9acc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,154,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c9acc


Comments

No comments written yet.

Please login to write comment.