Color Hex Logo

#ae5807 Color Hex

#AE5807
(174,88,7)
0 Favorites   0 Comments

Color spaces of #ae5807

RGB 174887
HSL0.080.920.35
HSV29°96°68°
CMYK 0.000.490.96   0.32
XYZ20.983615.99352.1821
Yxy15.99350.53590.4084
Hunter Lab39.991923.672624.7592
CIE-Lab46.966030.787654.2368

#ae5807 color RGB value is (174,88,7).

#ae5807 hex color red value is 174, green value is 88 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ae5807 hue: 0.08 , saturation: 0.92 and the lightness value of ae5807 is 0.35.

The process color (four color CMYK) of #ae5807 color hex is 0.00, 0.49, 0.96, 0.32. Web safe color of #ae5807 is #996600. Color #ae5807 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011000 00000111
Octal 256 130 7
Decimal 174 88 7
Hex AE 58 7

RGB Percentages of Color #ae5807

%64.68
%32.71
%2.60

CMYK Percentages of Color #ae5807

%0
%49
%96
%32

Triadic Colors of #ae5807

#ae5807 #07ae58 #5807ae

Analogous Colors of #ae5807

#ae5807 #aeac07 #ae070a

Monochromatic Colors of #ae5807

#ae5807

Complementary Color

#ae5807 #075dae

#ae5807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5807 Color CSS Codes

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

#ae5807 Text Font Color

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

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


#ae5807 Background Color

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

This div background color is #ae5807


#ae5807 Border Color

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

This div border color is #ae5807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5807


Comments

No comments written yet.

Please login to write comment.