Color Hex Logo

#8cacc4 Color Hex

#8CACC4
(140,172,196)
0 Favorites   0 Comments

Color spaces of #8cacc4

RGB 140172196
HSL0.570.320.66
HSV206°29°77°
CMYK 0.290.120.00   0.23
XYZ35.531539.066057.8923
Yxy39.06600.26820.2949
Hunter Lab62.5028-7.9065-11.1645
CIE-Lab68.7990-5.3258-15.8203

#8cacc4 color RGB value is (140,172,196).

#8cacc4 hex color red value is 140, green value is 172 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #8cacc4 hue: 0.57 , saturation: 0.32 and the lightness value of 8cacc4 is 0.66.

The process color (four color CMYK) of #8cacc4 color hex is 0.29, 0.12, 0.00, 0.23. Web safe color of #8cacc4 is #9999cc. Color #8cacc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101100 11000100
Octal 214 254 304
Decimal 140 172 196
Hex 8C AC C4

RGB Percentages of Color #8cacc4

%27.56
%33.86
%38.58

CMYK Percentages of Color #8cacc4

%29
%12
%0
%23

Triadic Colors of #8cacc4

#8cacc4 #c48cac #acc48c

Analogous Colors of #8cacc4

#8cacc4 #8c90c4 #8cc4c0

Monochromatic Colors of #8cacc4

#8cacc4

Complementary Color

#8cacc4 #c4a48c

#8cacc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cacc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cacc4 Color CSS Codes

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

#8cacc4 Text Font Color

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

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


#8cacc4 Background Color

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

This div background color is #8cacc4


#8cacc4 Border Color

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

This div border color is #8cacc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cacc4


Comments

No comments written yet.

Please login to write comment.