Color Hex Logo

#aeaf19 Color Hex

#AEAF19
(174,175,25)
0 Favorites   0 Comments

Color spaces of #aeaf19

RGB 17417525
HSL0.170.750.39
HSV60°86°69°
CMYK 0.010.000.86   0.31
XYZ32.961039.72886.8509
Yxy39.72880.41440.4995
Hunter Lab63.0308-16.960037.6772
CIE-Lab69.2759-16.285567.4801

#aeaf19 color RGB value is (174,175,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 00011001
Octal 256 257 31
Decimal 174 175 25
Hex AE AF 19

RGB Percentages of Color #aeaf19

%46.52
%46.79
%6.68

CMYK Percentages of Color #aeaf19

%1
%0
%86
%31

Triadic Colors of #aeaf19

#aeaf19 #19aeaf #af19ae

Analogous Colors of #aeaf19

#aeaf19 #63af19 #af6519

Monochromatic Colors of #aeaf19

#aeaf19

Complementary Color

#aeaf19 #1a19af

#aeaf19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaf19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaf19 Color CSS Codes

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

#aeaf19 Text Font Color

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

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


#aeaf19 Background Color

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

This div background color is #aeaf19


#aeaf19 Border Color

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

This div border color is #aeaf19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaf19


Comments

No comments written yet.

Please login to write comment.