Color Hex Logo

#ac230f Color Hex

#AC230F
(172,35,15)
0 Favorites   0 Comments

Color spaces of #ac230f

RGB 1723515
HSL0.020.840.37
HSV91°67°
CMYK 0.000.800.91   0.33
XYZ17.700510.00721.4506
Yxy10.00720.60700.3432
Hunter Lab31.634244.517719.4251
CIE-Lab37.855353.395345.4416

#ac230f color RGB value is (172,35,15).

#ac230f hex color red value is 172, green value is 35 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ac230f hue: 0.02 , saturation: 0.84 and the lightness value of ac230f is 0.37.

The process color (four color CMYK) of #ac230f color hex is 0.00, 0.80, 0.91, 0.33. Web safe color of #ac230f is #993300. Color #ac230f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100011 00001111
Octal 254 43 17
Decimal 172 35 15
Hex AC 23 F

RGB Percentages of Color #ac230f

%77.48
%15.77
%6.76

CMYK Percentages of Color #ac230f

%0
%80
%91
%33

Triadic Colors of #ac230f

#ac230f #0fac23 #230fac

Analogous Colors of #ac230f

#ac230f #ac720f #ac0f49

Monochromatic Colors of #ac230f

#ac230f

Complementary Color

#ac230f #0f98ac

#ac230f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac230f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac230f Color CSS Codes

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

#ac230f Text Font Color

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

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


#ac230f Background Color

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

This div background color is #ac230f


#ac230f Border Color

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

This div border color is #ac230f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac230f


Comments

No comments written yet.

Please login to write comment.