Color Hex Logo

#aeaf1d Color Hex

#AEAF1D
(174,175,29)
0 Favorites   0 Comments

Color spaces of #aeaf1d

RGB 17417529
HSL0.170.720.40
HSV60°83°69°
CMYK 0.010.000.83   0.31
XYZ33.007339.74737.0947
Yxy39.74730.41340.4978
Hunter Lab63.0455-16.876337.4597
CIE-Lab69.2892-16.178266.5703

#aeaf1d color RGB value is (174,175,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 00011101
Octal 256 257 35
Decimal 174 175 29
Hex AE AF 1D

RGB Percentages of Color #aeaf1d

%46.03
%46.30
%7.67

CMYK Percentages of Color #aeaf1d

%1
%0
%83
%31

Triadic Colors of #aeaf1d

#aeaf1d #1daeaf #af1dae

Analogous Colors of #aeaf1d

#aeaf1d #65af1d #af671d

Monochromatic Colors of #aeaf1d

#aeaf1d

Complementary Color

#aeaf1d #1e1daf

#aeaf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaf1d Color CSS Codes

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

#aeaf1d Text Font Color

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

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


#aeaf1d Background Color

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

This div background color is #aeaf1d


#aeaf1d Border Color

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

This div border color is #aeaf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaf1d


Comments

No comments written yet.

Please login to write comment.