Color Hex Logo

#aefe74 Color Hex

#AEFE74
(174,254,116)
0 Favorites   0 Comments

Color spaces of #aefe74

RGB 174254116
HSL0.260.990.73
HSV95°54°100°
CMYK 0.310.000.54   0.00
XYZ56.049881.143229.2311
Yxy81.14320.33680.4876
Hunter Lab90.0795-46.571943.8159
CIE-Lab92.1954-47.068757.5234

#aefe74 color RGB value is (174,254,116).

#aefe74 hex color red value is 174, green value is 254 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #aefe74 hue: 0.26 , saturation: 0.99 and the lightness value of aefe74 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 01110100
Octal 256 376 164
Decimal 174 254 116
Hex AE FE 74

RGB Percentages of Color #aefe74

%31.99
%46.69
%21.32

CMYK Percentages of Color #aefe74

%31
%0
%54
%0

Triadic Colors of #aefe74

#aefe74 #74aefe #fe74ae

Analogous Colors of #aefe74

#aefe74 #74fe7f #f3fe74

Monochromatic Colors of #aefe74

#aefe74

Complementary Color

#aefe74 #c474fe

#aefe74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefe74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefe74 Color CSS Codes

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

#aefe74 Text Font Color

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

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


#aefe74 Background Color

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

This div background color is #aefe74


#aefe74 Border Color

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

This div border color is #aefe74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefe74


Comments

No comments written yet.

Please login to write comment.