Color Hex Logo

#acb252 Color Hex

#ACB252
(172,178,82)
0 Favorites   0 Comments

Color spaces of #acb252

RGB 17217882
HSL0.180.380.51
HSV64°54°70°
CMYK 0.030.000.54   0.30
XYZ34.456641.220614.1230
Yxy41.22060.38370.4590
Hunter Lab64.2033-16.558431.9001
CIE-Lab70.3302-15.595047.6051

#acb252 color RGB value is (172,178,82).

#acb252 hex color red value is 172, green value is 178 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #acb252 hue: 0.18 , saturation: 0.38 and the lightness value of acb252 is 0.51.

The process color (four color CMYK) of #acb252 color hex is 0.03, 0.00, 0.54, 0.30. Web safe color of #acb252 is #999966. Color #acb252 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 01010010
Octal 254 262 122
Decimal 172 178 82
Hex AC B2 52

RGB Percentages of Color #acb252

%39.81
%41.20
%18.98

CMYK Percentages of Color #acb252

%3
%0
%54
%30

Triadic Colors of #acb252

#acb252 #52acb2 #b252ac

Analogous Colors of #acb252

#acb252 #7cb252 #b28852

Monochromatic Colors of #acb252

#acb252

Complementary Color

#acb252 #5852b2

#acb252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb252 Color CSS Codes

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

#acb252 Text Font Color

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

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


#acb252 Background Color

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

This div background color is #acb252


#acb252 Border Color

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

This div border color is #acb252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb252


Comments

No comments written yet.

Please login to write comment.