Color Hex Logo

#ae8223 Color Hex

#AE8223
(174,130,35)
0 Favorites   0 Comments

Color spaces of #ae8223

RGB 17413035
HSL0.110.670.41
HSV41°80°68°
CMYK 0.000.250.80   0.32
XYZ25.741625.08535.0753
Yxy25.08530.46050.4487
Hunter Lab50.08524.092029.0516
CIE-Lab57.15848.158054.1577

#ae8223 color RGB value is (174,130,35).

#ae8223 hex color red value is 174, green value is 130 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #ae8223 hue: 0.11 , saturation: 0.67 and the lightness value of ae8223 is 0.41.

The process color (four color CMYK) of #ae8223 color hex is 0.00, 0.25, 0.80, 0.32. Web safe color of #ae8223 is #999933. Color #ae8223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000010 00100011
Octal 256 202 43
Decimal 174 130 35
Hex AE 82 23

RGB Percentages of Color #ae8223

%51.33
%38.35
%10.32

CMYK Percentages of Color #ae8223

%0
%25
%80
%32

Triadic Colors of #ae8223

#ae8223 #23ae82 #8223ae

Analogous Colors of #ae8223

#ae8223 #95ae23 #ae3c23

Monochromatic Colors of #ae8223

#ae8223

Complementary Color

#ae8223 #234fae

#ae8223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8223 Color CSS Codes

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

#ae8223 Text Font Color

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

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


#ae8223 Background Color

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

This div background color is #ae8223


#ae8223 Border Color

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

This div border color is #ae8223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8223


Comments

No comments written yet.

Please login to write comment.