Color Hex Logo

#ae802b Color Hex

#AE802B
(174,128,43)
0 Favorites   0 Comments

Color spaces of #ae802b

RGB 17412843
HSL0.110.600.43
HSV39°75°68°
CMYK 0.000.260.75   0.32
XYZ25.610824.61145.6861
Yxy24.61140.45810.4402
Hunter Lab49.60995.332327.9313
CIE-Lab56.69489.607550.5795

#ae802b color RGB value is (174,128,43).

#ae802b hex color red value is 174, green value is 128 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ae802b hue: 0.11 , saturation: 0.60 and the lightness value of ae802b is 0.43.

The process color (four color CMYK) of #ae802b color hex is 0.00, 0.26, 0.75, 0.32. Web safe color of #ae802b is #999933. Color #ae802b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000000 00101011
Octal 256 200 53
Decimal 174 128 43
Hex AE 80 2B

RGB Percentages of Color #ae802b

%50.43
%37.10
%12.46

CMYK Percentages of Color #ae802b

%0
%26
%75
%32

Triadic Colors of #ae802b

#ae802b #2bae80 #802bae

Analogous Colors of #ae802b

#ae802b #9bae2b #ae3f2b

Monochromatic Colors of #ae802b

#ae802b

Complementary Color

#ae802b #2b59ae

#ae802b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae802b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae802b Color CSS Codes

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

#ae802b Text Font Color

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

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


#ae802b Background Color

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

This div background color is #ae802b


#ae802b Border Color

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

This div border color is #ae802b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae802b


Comments

No comments written yet.

Please login to write comment.