Color Hex Logo

#9ac407 Color Hex

#9AC407
(154,196,7)
0 Favorites   0 Comments

Color spaces of #9ac407

RGB 1541967
HSL0.200.930.40
HSV73°96°77°
CMYK 0.210.000.96   0.23
XYZ33.104746.36527.4056
Yxy46.36520.38110.5337
Hunter Lab68.0920-32.378641.2161
CIE-Lab73.7819-35.198073.1575

#9ac407 color RGB value is (154,196,7).

#9ac407 hex color red value is 154, green value is 196 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #9ac407 hue: 0.20 , saturation: 0.93 and the lightness value of 9ac407 is 0.40.

The process color (four color CMYK) of #9ac407 color hex is 0.21, 0.00, 0.96, 0.23. Web safe color of #9ac407 is #99cc00. Color #9ac407 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000100 00000111
Octal 232 304 7
Decimal 154 196 7
Hex 9A C4 7

RGB Percentages of Color #9ac407

%43.14
%54.90
%1.96

CMYK Percentages of Color #9ac407

%21
%0
%96
%23

Triadic Colors of #9ac407

#9ac407 #079ac4 #c4079a

Analogous Colors of #9ac407

#9ac407 #3bc407 #c49007

Monochromatic Colors of #9ac407

#9ac407

Complementary Color

#9ac407 #3107c4

#9ac407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac407 Color CSS Codes

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

#9ac407 Text Font Color

<p style="color:#9ac407">Text here</p>

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


#9ac407 Background Color

<div style="background-color:#9ac407">
Div content here</div>

This div background color is #9ac407


#9ac407 Border Color

<div style="border:3px solid #9ac407">
Div here</div>

This div border color is #9ac407


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,196,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ac407; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ac407;
  -webkit-box-shadow: 1px 1px 3px 2px #9ac407;
  box-shadow:         1px 1px 3px 2px #9ac407; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac407


Comments

No comments written yet.

Please login to write comment.