Color Hex Logo

#aeaf46 Color Hex

#AEAF46
(174,175,70)
0 Favorites   0 Comments

Color spaces of #aeaf46

RGB 17417570
HSL0.170.430.48
HSV61°60°69°
CMYK 0.010.000.60   0.31
XYZ33.891040.100811.7483
Yxy40.10080.39530.4677
Hunter Lab63.3252-15.287733.3280
CIE-Lab69.5413-14.156052.2708

#aeaf46 color RGB value is (174,175,70).

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

The process color (four color CMYK) of #aeaf46 color hex is 0.01, 0.00, 0.60, 0.31. Web safe color of #aeaf46 is #999933. Color #aeaf46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 01000110
Octal 256 257 106
Decimal 174 175 70
Hex AE AF 46

RGB Percentages of Color #aeaf46

%41.53
%41.77
%16.71

CMYK Percentages of Color #aeaf46

%1
%0
%60
%31

Triadic Colors of #aeaf46

#aeaf46 #46aeaf #af46ae

Analogous Colors of #aeaf46

#aeaf46 #7aaf46 #af7c46

Monochromatic Colors of #aeaf46

#aeaf46

Complementary Color

#aeaf46 #4746af

#aeaf46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaf46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaf46 Color CSS Codes

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

#aeaf46 Text Font Color

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

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


#aeaf46 Background Color

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

This div background color is #aeaf46


#aeaf46 Border Color

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

This div border color is #aeaf46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaf46


Comments

No comments written yet.

Please login to write comment.