Color Hex Logo

#8cad99 Color Hex

#8CAD99
(140,173,153)
0 Favorites   0 Comments

Color spaces of #8cad99

RGB 140173153
HSL0.400.170.61
HSV144°19°68°
CMYK 0.190.000.12   0.32
XYZ31.508637.762535.7652
Yxy37.76250.30000.3595
Hunter Lab61.4512-16.01528.5085
CIE-Lab67.8452-15.35606.5656

#8cad99 color RGB value is (140,173,153).

#8cad99 hex color red value is 140, green value is 173 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #8cad99 hue: 0.40 , saturation: 0.17 and the lightness value of 8cad99 is 0.61.

The process color (four color CMYK) of #8cad99 color hex is 0.19, 0.00, 0.12, 0.32. Web safe color of #8cad99 is #999999. Color #8cad99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101101 10011001
Octal 214 255 231
Decimal 140 173 153
Hex 8C AD 99

RGB Percentages of Color #8cad99

%30.04
%37.12
%32.83

CMYK Percentages of Color #8cad99

%19
%0
%12
%32

Triadic Colors of #8cad99

#8cad99 #998cad #ad998c

Analogous Colors of #8cad99

#8cad99 #8cadaa #90ad8c

Monochromatic Colors of #8cad99

#8cad99

Complementary Color

#8cad99 #ad8ca0

#8cad99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cad99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cad99 Color CSS Codes

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

#8cad99 Text Font Color

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

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


#8cad99 Background Color

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

This div background color is #8cad99


#8cad99 Border Color

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

This div border color is #8cad99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cad99


Comments

No comments written yet.

Please login to write comment.