Color Hex Logo

#aefe0f Color Hex

#AEFE0F
(174,254,15)
0 Favorites   0 Comments

Color spaces of #aefe0f

RGB 17425415
HSL0.220.990.53
HSV80°94°100°
CMYK 0.310.000.94   0.00
XYZ52.983679.916813.0849
Yxy79.91680.36290.5474
Hunter Lab89.3962-50.649453.8991
CIE-Lab91.6475-52.496886.9030

#aefe0f color RGB value is (174,254,15).

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

The process color (four color CMYK) of #aefe0f color hex is 0.31, 0.00, 0.94, 0.00. Web safe color of #aefe0f is #99ff00. Color #aefe0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 00001111
Octal 256 376 17
Decimal 174 254 15
Hex AE FE F

RGB Percentages of Color #aefe0f

%39.28
%57.34
%3.39

CMYK Percentages of Color #aefe0f

%31
%0
%94
%0

Triadic Colors of #aefe0f

#aefe0f #0faefe #fe0fae

Analogous Colors of #aefe0f

#aefe0f #36fe0f #fed70f

Monochromatic Colors of #aefe0f

#aefe0f

Complementary Color

#aefe0f #5f0ffe

#aefe0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefe0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefe0f Color CSS Codes

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

#aefe0f Text Font Color

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

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


#aefe0f Background Color

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

This div background color is #aefe0f


#aefe0f Border Color

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

This div border color is #aefe0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefe0f

Related Colors


Comments

No comments written yet.

Please login to write comment.