Color Hex Logo

#ae690b Color Hex

#AE690B
(174,105,11)
0 Favorites   0 Comments

Color spaces of #ae690b

RGB 17410511
HSL0.100.880.36
HSV35°94°68°
CMYK 0.000.400.94   0.32
XYZ22.567519.12602.8189
Yxy19.12600.50700.4297
Hunter Lab43.733315.577426.7917
CIE-Lab50.834321.533556.0659

#ae690b color RGB value is (174,105,11).

#ae690b hex color red value is 174, green value is 105 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ae690b hue: 0.10 , saturation: 0.88 and the lightness value of ae690b is 0.36.

The process color (four color CMYK) of #ae690b color hex is 0.00, 0.40, 0.94, 0.32. Web safe color of #ae690b is #996600. Color #ae690b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 00001011
Octal 256 151 13
Decimal 174 105 11
Hex AE 69 B

RGB Percentages of Color #ae690b

%60.00
%36.21
%3.79

CMYK Percentages of Color #ae690b

%0
%40
%94
%32

Triadic Colors of #ae690b

#ae690b #0bae69 #690bae

Analogous Colors of #ae690b

#ae690b #a2ae0b #ae170b

Monochromatic Colors of #ae690b

#ae690b

Complementary Color

#ae690b #0b50ae

#ae690b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae690b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae690b Color CSS Codes

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

#ae690b Text Font Color

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

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


#ae690b Background Color

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

This div background color is #ae690b


#ae690b Border Color

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

This div border color is #ae690b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae690b


Comments

No comments written yet.

Please login to write comment.