Color Hex Logo

#aea230 Color Hex

#AEA230
(174,162,48)
0 Favorites   0 Comments

Color spaces of #aea230

RGB 17416248
HSL0.150.570.44
HSV54°72°68°
CMYK 0.000.070.72   0.32
XYZ30.909435.05277.9331
Yxy35.05270.41830.4744
Hunter Lab59.2053-10.419633.4993
CIE-Lab65.7897-8.703657.4838

#aea230 color RGB value is (174,162,48).

#aea230 hex color red value is 174, green value is 162 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #aea230 hue: 0.15 , saturation: 0.57 and the lightness value of aea230 is 0.44.

The process color (four color CMYK) of #aea230 color hex is 0.00, 0.07, 0.72, 0.32. Web safe color of #aea230 is #999933. Color #aea230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100010 00110000
Octal 256 242 60
Decimal 174 162 48
Hex AE A2 30

RGB Percentages of Color #aea230

%45.31
%42.19
%12.50

CMYK Percentages of Color #aea230

%0
%7
%72
%32

Triadic Colors of #aea230

#aea230 #30aea2 #a230ae

Analogous Colors of #aea230

#aea230 #7bae30 #ae6330

Monochromatic Colors of #aea230

#aea230

Complementary Color

#aea230 #303cae

#aea230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea230 Color CSS Codes

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

#aea230 Text Font Color

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

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


#aea230 Background Color

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

This div background color is #aea230


#aea230 Border Color

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

This div border color is #aea230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea230


Comments

No comments written yet.

Please login to write comment.