Color Hex Logo

#aef973 Color Hex

#AEF973
(174,249,115)
0 Favorites   0 Comments

Color spaces of #aef973

RGB 174249115
HSL0.260.920.71
HSV94°54°98°
CMYK 0.300.000.54   0.02
XYZ54.425877.987828.4043
Yxy77.98780.33840.4849
Hunter Lab88.3107-44.534442.7474
CIE-Lab90.7743-45.032856.3014

#aef973 color RGB value is (174,249,115).

#aef973 hex color red value is 174, green value is 249 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #aef973 hue: 0.26 , saturation: 0.92 and the lightness value of aef973 is 0.71.

The process color (four color CMYK) of #aef973 color hex is 0.30, 0.00, 0.54, 0.02. Web safe color of #aef973 is #99ff66. Color #aef973 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 01110011
Octal 256 371 163
Decimal 174 249 115
Hex AE F9 73

RGB Percentages of Color #aef973

%32.34
%46.28
%21.38

CMYK Percentages of Color #aef973

%30
%0
%54
%2

Triadic Colors of #aef973

#aef973 #73aef9 #f973ae

Analogous Colors of #aef973

#aef973 #73f97b #f1f973

Monochromatic Colors of #aef973

#aef973

Complementary Color

#aef973 #be73f9

#aef973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef973 Color CSS Codes

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

#aef973 Text Font Color

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

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


#aef973 Background Color

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

This div background color is #aef973


#aef973 Border Color

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

This div border color is #aef973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef973


Comments

No comments written yet.

Please login to write comment.