Color Hex Logo

#aeef27 Color Hex

#AEEF27
(174,239,39)
0 Favorites   0 Comments

Color spaces of #aeef27

RGB 17423939
HSL0.220.860.55
HSV80°84°94°
CMYK 0.270.000.84   0.06
XYZ48.688370.878213.0342
Yxy70.87820.36720.5345
Hunter Lab84.1892-44.101049.7531
CIE-Lab87.4258-45.734579.7519

#aeef27 color RGB value is (174,239,39).

#aeef27 hex color red value is 174, green value is 239 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #aeef27 hue: 0.22 , saturation: 0.86 and the lightness value of aeef27 is 0.55.

The process color (four color CMYK) of #aeef27 color hex is 0.27, 0.00, 0.84, 0.06. Web safe color of #aeef27 is #99ff33. Color #aeef27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 00100111
Octal 256 357 47
Decimal 174 239 39
Hex AE EF 27

RGB Percentages of Color #aeef27

%38.50
%52.88
%8.63

CMYK Percentages of Color #aeef27

%27
%0
%84
%6

Triadic Colors of #aeef27

#aeef27 #27aeef #ef27ae

Analogous Colors of #aeef27

#aeef27 #4aef27 #efcc27

Monochromatic Colors of #aeef27

#aeef27

Complementary Color

#aeef27 #6827ef

#aeef27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeef27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeef27 Color CSS Codes

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

#aeef27 Text Font Color

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

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


#aeef27 Background Color

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

This div background color is #aeef27


#aeef27 Border Color

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

This div border color is #aeef27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeef27


Comments

No comments written yet.

Please login to write comment.