Color Hex Logo

#9acb68 Color Hex

#9ACB68
(154,203,104)
0 Favorites   0 Comments

Color spaces of #9acb68

RGB 154203104
HSL0.250.490.60
HSV90°49°80°
CMYK 0.240.000.49   0.20
XYZ37.181150.581420.9002
Yxy50.58140.34220.4655
Hunter Lab71.1206-31.143132.3609
CIE-Lab76.4247-32.705343.9829

#9acb68 color RGB value is (154,203,104).

#9acb68 hex color red value is 154, green value is 203 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #9acb68 hue: 0.25 , saturation: 0.49 and the lightness value of 9acb68 is 0.60.

The process color (four color CMYK) of #9acb68 color hex is 0.24, 0.00, 0.49, 0.20. Web safe color of #9acb68 is #99cc66. Color #9acb68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001011 01101000
Octal 232 313 150
Decimal 154 203 104
Hex 9A CB 68

RGB Percentages of Color #9acb68

%33.41
%44.03
%22.56

CMYK Percentages of Color #9acb68

%24
%0
%49
%20

Triadic Colors of #9acb68

#9acb68 #689acb #cb689a

Analogous Colors of #9acb68

#9acb68 #69cb68 #cbcb68

Monochromatic Colors of #9acb68

#9acb68

Complementary Color

#9acb68 #9968cb

#9acb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acb68 Color CSS Codes

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

#9acb68 Text Font Color

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

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


#9acb68 Background Color

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

This div background color is #9acb68


#9acb68 Border Color

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

This div border color is #9acb68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acb68


Comments

No comments written yet.

Please login to write comment.