Color Hex Logo

#ae930b Color Hex

#AE930B
(174,147,11)
0 Favorites   0 Comments

Color spaces of #ae930b

RGB 17414711
HSL0.140.880.36
HSV50°94°68°
CMYK 0.000.160.94   0.32
XYZ27.949729.89034.6129
Yxy29.89030.44750.4786
Hunter Lab54.6720-4.422433.2679
CIE-Lab61.5595-1.814764.0015

#ae930b color RGB value is (174,147,11).

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

The process color (four color CMYK) of #ae930b color hex is 0.00, 0.16, 0.94, 0.32. Web safe color of #ae930b is #999900. Color #ae930b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010011 00001011
Octal 256 223 13
Decimal 174 147 11
Hex AE 93 B

RGB Percentages of Color #ae930b

%52.41
%44.28
%3.31

CMYK Percentages of Color #ae930b

%0
%16
%94
%32

Triadic Colors of #ae930b

#ae930b #0bae93 #930bae

Analogous Colors of #ae930b

#ae930b #78ae0b #ae420b

Monochromatic Colors of #ae930b

#ae930b

Complementary Color

#ae930b #0b26ae

#ae930b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae930b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae930b Color CSS Codes

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

#ae930b Text Font Color

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

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


#ae930b Background Color

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

This div background color is #ae930b


#ae930b Border Color

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

This div border color is #ae930b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,147,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 #ae930b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae930b


Comments

No comments written yet.

Please login to write comment.