Color Hex Logo

#acb390 Color Hex

#ACB390
(172,179,144)
0 Favorites   0 Comments

Color spaces of #acb390

RGB 172179144
HSL0.200.190.63
HSV72°20°70°
CMYK 0.040.000.20   0.30
XYZ38.167443.024532.6785
Yxy43.02450.33520.3778
Hunter Lab65.5931-10.922016.3768
CIE-Lab71.5716-8.581317.0803

#acb390 color RGB value is (172,179,144).

#acb390 hex color red value is 172, green value is 179 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #acb390 hue: 0.20 , saturation: 0.19 and the lightness value of acb390 is 0.63.

The process color (four color CMYK) of #acb390 color hex is 0.04, 0.00, 0.20, 0.30. Web safe color of #acb390 is #99cc99. Color #acb390 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 10010000
Octal 254 263 220
Decimal 172 179 144
Hex AC B3 90

RGB Percentages of Color #acb390

%34.75
%36.16
%29.09

CMYK Percentages of Color #acb390

%4
%0
%20
%30

Triadic Colors of #acb390

#acb390 #90acb3 #b390ac

Analogous Colors of #acb390

#acb390 #9bb390 #b3a990

Monochromatic Colors of #acb390

#acb390

Complementary Color

#acb390 #9790b3

#acb390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb390 Color CSS Codes

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

#acb390 Text Font Color

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

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


#acb390 Background Color

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

This div background color is #acb390


#acb390 Border Color

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

This div border color is #acb390


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,179,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acb390; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acb390;
  -webkit-box-shadow: 1px 1px 3px 2px #acb390;
  box-shadow:         1px 1px 3px 2px #acb390; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,179,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb390


Comments

No comments written yet.

Please login to write comment.