Color Hex Logo

#aefa57 Color Hex

#AEFA57
(174,250,87)
0 Favorites   0 Comments

Color spaces of #aefa57

RGB 17425087
HSL0.240.940.66
HSV88°65°98°
CMYK 0.300.000.65   0.02
XYZ53.361578.058021.2711
Yxy78.05800.34950.5112
Hunter Lab88.3504-46.803647.5707
CIE-Lab90.8064-47.895168.1003

#aefa57 color RGB value is (174,250,87).

#aefa57 hex color red value is 174, green value is 250 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #aefa57 hue: 0.24 , saturation: 0.94 and the lightness value of aefa57 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 01010111
Octal 256 372 127
Decimal 174 250 87
Hex AE FA 57

RGB Percentages of Color #aefa57

%34.05
%48.92
%17.03

CMYK Percentages of Color #aefa57

%30
%0
%65
%2

Triadic Colors of #aefa57

#aefa57 #57aefa #fa57ae

Analogous Colors of #aefa57

#aefa57 #5cfa57 #faf557

Monochromatic Colors of #aefa57

#aefa57

Complementary Color

#aefa57 #a357fa

#aefa57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefa57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefa57 Color CSS Codes

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

#aefa57 Text Font Color

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

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


#aefa57 Background Color

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

This div background color is #aefa57


#aefa57 Border Color

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

This div border color is #aefa57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefa57


Comments

No comments written yet.

Please login to write comment.