Color Hex Logo

#ae981b Color Hex

#AE981B
(174,152,27)
0 Favorites   0 Comments

Color spaces of #ae981b

RGB 17415227
HSL0.140.730.39
HSV51°84°68°
CMYK 0.000.130.84   0.32
XYZ28.881631.53435.6014
Yxy31.53430.43750.4777
Hunter Lab56.1554-6.466633.3947
CIE-Lab62.9561-4.179761.7479

#ae981b color RGB value is (174,152,27).

#ae981b hex color red value is 174, green value is 152 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ae981b hue: 0.14 , saturation: 0.73 and the lightness value of ae981b is 0.39.

The process color (four color CMYK) of #ae981b color hex is 0.00, 0.13, 0.84, 0.32. Web safe color of #ae981b is #999933. Color #ae981b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011000 00011011
Octal 256 230 33
Decimal 174 152 27
Hex AE 98 1B

RGB Percentages of Color #ae981b

%49.29
%43.06
%7.65

CMYK Percentages of Color #ae981b

%0
%13
%84
%32

Triadic Colors of #ae981b

#ae981b #1bae98 #981bae

Analogous Colors of #ae981b

#ae981b #7bae1b #ae4f1b

Monochromatic Colors of #ae981b

#ae981b

Complementary Color

#ae981b #1b31ae

#ae981b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae981b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae981b Color CSS Codes

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

#ae981b Text Font Color

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

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


#ae981b Background Color

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

This div background color is #ae981b


#ae981b Border Color

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

This div border color is #ae981b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae981b


Comments

No comments written yet.

Please login to write comment.