Color Hex Logo

#8cad67 Color Hex

#8CAD67
(140,173,103)
0 Favorites   0 Comments

Color spaces of #8cad67

RGB 140173103
HSL0.250.300.54
HSV88°40°68°
CMYK 0.190.000.40   0.32
XYZ28.207036.441918.3793
Yxy36.44190.33970.4389
Hunter Lab60.3671-22.237024.2056
CIE-Lab66.8562-23.628332.3240

#8cad67 color RGB value is (140,173,103).

#8cad67 hex color red value is 140, green value is 173 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #8cad67 hue: 0.25 , saturation: 0.30 and the lightness value of 8cad67 is 0.54.

The process color (four color CMYK) of #8cad67 color hex is 0.19, 0.00, 0.40, 0.32. Web safe color of #8cad67 is #999966. Color #8cad67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101101 01100111
Octal 214 255 147
Decimal 140 173 103
Hex 8C AD 67

RGB Percentages of Color #8cad67

%33.65
%41.59
%24.76

CMYK Percentages of Color #8cad67

%19
%0
%40
%32

Triadic Colors of #8cad67

#8cad67 #678cad #ad678c

Analogous Colors of #8cad67

#8cad67 #69ad67 #adab67

Monochromatic Colors of #8cad67

#8cad67

Complementary Color

#8cad67 #8867ad

#8cad67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cad67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cad67 Color CSS Codes

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

#8cad67 Text Font Color

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

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


#8cad67 Background Color

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

This div background color is #8cad67


#8cad67 Border Color

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

This div border color is #8cad67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cad67


Comments

No comments written yet.

Please login to write comment.