Color Hex Logo

#aeba0b Color Hex

#AEBA0B
(174,186,11)
0 Favorites   0 Comments

Color spaces of #aeba0b

RGB 17418611
HSL0.180.890.39
HSV64°94°73°
CMYK 0.060.000.94   0.27
XYZ35.074944.14066.9880
Yxy44.14060.40690.5121
Hunter Lab66.4384-22.031540.2707
CIE-Lab72.3224-22.062172.2054

#aeba0b color RGB value is (174,186,11).

#aeba0b hex color red value is 174, green value is 186 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aeba0b hue: 0.18 , saturation: 0.89 and the lightness value of aeba0b is 0.39.

The process color (four color CMYK) of #aeba0b color hex is 0.06, 0.00, 0.94, 0.27. Web safe color of #aeba0b is #99cc00. Color #aeba0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 00001011
Octal 256 272 13
Decimal 174 186 11
Hex AE BA B

RGB Percentages of Color #aeba0b

%46.90
%50.13
%2.96

CMYK Percentages of Color #aeba0b

%6
%0
%94
%27

Triadic Colors of #aeba0b

#aeba0b #0baeba #ba0bae

Analogous Colors of #aeba0b

#aeba0b #57ba0b #ba6f0b

Monochromatic Colors of #aeba0b

#aeba0b

Complementary Color

#aeba0b #170bba

#aeba0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba0b Color CSS Codes

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

#aeba0b Text Font Color

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

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


#aeba0b Background Color

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

This div background color is #aeba0b


#aeba0b Border Color

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

This div border color is #aeba0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba0b


Comments

No comments written yet.

Please login to write comment.