Color Hex Logo

#acb725 Color Hex

#ACB725
(172,183,37)
0 Favorites   0 Comments

Color spaces of #acb725

RGB 17218337
HSL0.180.660.43
HSV65°80°72°
CMYK 0.060.000.80   0.28
XYZ34.280742.77128.1991
Yxy42.77120.40210.5017
Hunter Lab65.3997-20.884738.3467
CIE-Lab71.3994-20.811466.2323

#acb725 color RGB value is (172,183,37).

#acb725 hex color red value is 172, green value is 183 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #acb725 hue: 0.18 , saturation: 0.66 and the lightness value of acb725 is 0.43.

The process color (four color CMYK) of #acb725 color hex is 0.06, 0.00, 0.80, 0.28. Web safe color of #acb725 is #99cc33. Color #acb725 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 00100101
Octal 254 267 45
Decimal 172 183 37
Hex AC B7 25

RGB Percentages of Color #acb725

%43.88
%46.68
%9.44

CMYK Percentages of Color #acb725

%6
%0
%80
%28

Triadic Colors of #acb725

#acb725 #25acb7 #b725ac

Analogous Colors of #acb725

#acb725 #63b725 #b77925

Monochromatic Colors of #acb725

#acb725

Complementary Color

#acb725 #3025b7

#acb725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb725 Color CSS Codes

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

#acb725 Text Font Color

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

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


#acb725 Background Color

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

This div background color is #acb725


#acb725 Border Color

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

This div border color is #acb725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb725


Comments

No comments written yet.

Please login to write comment.