Color Hex Logo

#aeaf0a Color Hex

#AEAF0A
(174,175,10)
0 Favorites   0 Comments

Color spaces of #aeaf0a

RGB 17417510
HSL0.170.890.36
HSV60°94°69°
CMYK 0.010.000.94   0.31
XYZ32.840339.68056.2154
Yxy39.68050.41710.5040
Hunter Lab62.9925-17.178238.2446
CIE-Lab69.2414-16.565869.9604

#aeaf0a color RGB value is (174,175,10).

#aeaf0a hex color red value is 174, green value is 175 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aeaf0a hue: 0.17 , saturation: 0.89 and the lightness value of aeaf0a is 0.36.

The process color (four color CMYK) of #aeaf0a color hex is 0.01, 0.00, 0.94, 0.31. Web safe color of #aeaf0a is #999900. Color #aeaf0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 00001010
Octal 256 257 12
Decimal 174 175 10
Hex AE AF A

RGB Percentages of Color #aeaf0a

%48.47
%48.75
%2.79

CMYK Percentages of Color #aeaf0a

%1
%0
%94
%31

Triadic Colors of #aeaf0a

#aeaf0a #0aaeaf #af0aae

Analogous Colors of #aeaf0a

#aeaf0a #5baf0a #af5e0a

Monochromatic Colors of #aeaf0a

#aeaf0a

Complementary Color

#aeaf0a #0b0aaf

#aeaf0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaf0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaf0a Color CSS Codes

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

#aeaf0a Text Font Color

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

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


#aeaf0a Background Color

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

This div background color is #aeaf0a


#aeaf0a Border Color

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

This div border color is #aeaf0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaf0a


Comments

No comments written yet.

Please login to write comment.