Color Hex Logo

#ae3f08 Color Hex

#AE3F08
(174,63,8)
0 Favorites   0 Comments

Color spaces of #ae3f08

RGB 174638
HSL0.060.910.36
HSV20°95°68°
CMYK 0.000.640.95   0.32
XYZ19.276912.57121.6402
Yxy12.57120.57560.3754
Hunter Lab35.455935.000322.0763
CIE-Lab42.109943.293250.7954

#ae3f08 color RGB value is (174,63,8).

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

The process color (four color CMYK) of #ae3f08 color hex is 0.00, 0.64, 0.95, 0.32. Web safe color of #ae3f08 is #993300. Color #ae3f08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111111 00001000
Octal 256 77 10
Decimal 174 63 8
Hex AE 3F 8

RGB Percentages of Color #ae3f08

%71.02
%25.71
%3.27

CMYK Percentages of Color #ae3f08

%0
%64
%95
%32

Triadic Colors of #ae3f08

#ae3f08 #08ae3f #3f08ae

Analogous Colors of #ae3f08

#ae3f08 #ae9208 #ae0824

Monochromatic Colors of #ae3f08

#ae3f08

Complementary Color

#ae3f08 #0877ae

#ae3f08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3f08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3f08 Color CSS Codes

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

#ae3f08 Text Font Color

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

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


#ae3f08 Background Color

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

This div background color is #ae3f08


#ae3f08 Border Color

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

This div border color is #ae3f08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3f08


Comments

No comments written yet.

Please login to write comment.