Color Hex Logo

#8caa30 Color Hex

#8CAA30
(140,170,48)
0 Favorites   0 Comments

Color spaces of #8caa30

RGB 14017048
HSL0.210.560.43
HSV75°72°67°
CMYK 0.180.000.72   0.33
XYZ25.723434.53838.1071
Yxy34.53830.37620.5052
Hunter Lab58.7693-24.716632.9596
CIE-Lab65.3876-27.388856.1843

#8caa30 color RGB value is (140,170,48).

#8caa30 hex color red value is 140, green value is 170 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #8caa30 hue: 0.21 , saturation: 0.56 and the lightness value of 8caa30 is 0.43.

The process color (four color CMYK) of #8caa30 color hex is 0.18, 0.00, 0.72, 0.33. Web safe color of #8caa30 is #999933. Color #8caa30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101010 00110000
Octal 214 252 60
Decimal 140 170 48
Hex 8C AA 30

RGB Percentages of Color #8caa30

%39.11
%47.49
%13.41

CMYK Percentages of Color #8caa30

%18
%0
%72
%33

Triadic Colors of #8caa30

#8caa30 #308caa #aa308c

Analogous Colors of #8caa30

#8caa30 #4faa30 #aa8b30

Monochromatic Colors of #8caa30

#8caa30

Complementary Color

#8caa30 #4e30aa

#8caa30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caa30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caa30 Color CSS Codes

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

#8caa30 Text Font Color

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

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


#8caa30 Background Color

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

This div background color is #8caa30


#8caa30 Border Color

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

This div border color is #8caa30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caa30


Comments

No comments written yet.

Please login to write comment.