color codes Logo

#ae4209 color codes

#AE4209
(174,66,9)
0 Favorites   0 Comments

Color spaces of #ae4209

RGB 174669
HSL0.060.900.36
HSV21°95°68°
CMYK 0.000.620.95   0.32
XYZ19.453112.91481.7260
Yxy12.91480.57060.3788
Hunter Lab35.937233.733622.3084
CIE-Lab42.634641.924050.8533

#ae4209 color RGB value is (174,66,9).

#ae4209 hex color red value is 174, green value is 66 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ae4209 hue: 0.06 , saturation: 0.90 and the lightness value of ae4209 is 0.36.

The process color (four color CMYK) of #ae4209 color code is 0.00, 0.62, 0.95, 0.32. Web safe color of #ae4209 is #993300. Color #ae4209 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 00001001
Octal 256 102 11
Decimal 174 66 9
Hex AE 42 9

RGB Percentages of Color #ae4209

%69.88
%26.51
%3.61

CMYK Percentages of Color #ae4209

%0
%62
%95
%32

Triadic Colors of #ae4209

#ae4209 #09ae42 #4209ae

Analogous Colors of #ae4209

#ae4209 #ae9509 #ae0923

Monochromatic Colors of #ae4209

#ae4209

Complementary Color

#ae4209 #0975ae

#ae4209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4209 Color CSS Codes

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

#ae4209 Text Font Color

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

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


#ae4209 Background Color

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

This div background color is #ae4209


#ae4209 Border Color

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

This div border color is #ae4209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4209


Comments

No comments written yet.

Please login to write comment.