Color Hex Logo

#ae4006 Color Hex

#AE4006
(174,64,6)
0 Favorites   0 Comments

Color spaces of #ae4006

RGB 174646
HSL0.060.930.35
HSV21°97°68°
CMYK 0.000.630.97   0.32
XYZ19.321812.67861.6011
Yxy12.67860.57500.3773
Hunter Lab35.607034.549022.2589
CIE-Lab42.274942.809851.4755

#ae4006 color RGB value is (174,64,6).

#ae4006 hex color red value is 174, green value is 64 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #ae4006 hue: 0.06 , saturation: 0.93 and the lightness value of ae4006 is 0.35.

The process color (four color CMYK) of #ae4006 color hex is 0.00, 0.63, 0.97, 0.32. Web safe color of #ae4006 is #993300. Color #ae4006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000000 00000110
Octal 256 100 6
Decimal 174 64 6
Hex AE 40 6

RGB Percentages of Color #ae4006

%71.31
%26.23
%2.46

CMYK Percentages of Color #ae4006

%0
%63
%97
%32

Triadic Colors of #ae4006

#ae4006 #06ae40 #4006ae

Analogous Colors of #ae4006

#ae4006 #ae9406 #ae0620

Monochromatic Colors of #ae4006

#ae4006

Complementary Color

#ae4006 #0674ae

#ae4006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4006 Color CSS Codes

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

#ae4006 Text Font Color

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

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


#ae4006 Background Color

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

This div background color is #ae4006


#ae4006 Border Color

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

This div border color is #ae4006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4006


Comments

No comments written yet.

Please login to write comment.