color codes Logo

#ae902b color codes

#AE902B
(174,144,43)
0 Favorites   0 Comments

Color spaces of #ae902b

RGB 17414443
HSL0.130.600.43
HSV46°75°68°
CMYK 0.000.170.75   0.32
XYZ27.864929.11966.4375
Yxy29.11960.43940.4591
Hunter Lab53.9626-2.261730.7008
CIE-Lab60.88700.747154.6498

#ae902b color RGB value is (174,144,43).

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

The process color (four color CMYK) of #ae902b color code is 0.00, 0.17, 0.75, 0.32. Web safe color of #ae902b is #999933. Color #ae902b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010000 00101011
Octal 256 220 53
Decimal 174 144 43
Hex AE 90 2B

RGB Percentages of Color #ae902b

%48.20
%39.89
%11.91

CMYK Percentages of Color #ae902b

%0
%17
%75
%32

Triadic Colors of #ae902b

#ae902b #2bae90 #902bae

Analogous Colors of #ae902b

#ae902b #8bae2b #ae4f2b

Monochromatic Colors of #ae902b

#ae902b

Complementary Color

#ae902b #2b49ae

#ae902b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae902b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae902b Color CSS Codes

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

#ae902b Text Font Color

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

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


#ae902b Background Color

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

This div background color is #ae902b


#ae902b Border Color

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

This div border color is #ae902b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,144,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 #ae902b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae902b


Comments

No comments written yet.

Please login to write comment.