color codes Logo

#ae360a color codes

#AE360A
(174,54,10)
0 Favorites   0 Comments

Color spaces of #ae360a

RGB 1745410
HSL0.040.890.36
HSV16°94°68°
CMYK 0.000.690.94   0.32
XYZ18.829511.65891.5451
Yxy11.65890.58780.3640
Hunter Lab34.145138.680721.2187
CIE-Lab40.668847.214549.2843

#ae360a color RGB value is (174,54,10).

#ae360a hex color red value is 174, green value is 54 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ae360a hue: 0.04 , saturation: 0.89 and the lightness value of ae360a is 0.36.

The process color (four color CMYK) of #ae360a color code is 0.00, 0.69, 0.94, 0.32. Web safe color of #ae360a is #993300. Color #ae360a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 00001010
Octal 256 66 12
Decimal 174 54 10
Hex AE 36 A

RGB Percentages of Color #ae360a

%73.11
%22.69
%4.20

CMYK Percentages of Color #ae360a

%0
%69
%94
%32

Triadic Colors of #ae360a

#ae360a #0aae36 #360aae

Analogous Colors of #ae360a

#ae360a #ae880a #ae0a30

Monochromatic Colors of #ae360a

#ae360a

Complementary Color

#ae360a #0a82ae

#ae360a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae360a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae360a Color CSS Codes

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

#ae360a Text Font Color

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

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


#ae360a Background Color

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

This div background color is #ae360a


#ae360a Border Color

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

This div border color is #ae360a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae360a


Comments

No comments written yet.

Please login to write comment.