Color Hex Logo

#aeff5c Color Hex

#AEFF5C
(174,255,92)
0 Favorites   0 Comments

Color spaces of #aeff5c

RGB 17425592
HSL0.251.000.68
HSV90°64°100°
CMYK 0.320.000.64   0.00
XYZ55.147381.291422.9095
Yxy81.29140.34610.5101
Hunter Lab90.1617-48.603848.0480
CIE-Lab92.2612-49.615167.7025

#aeff5c color RGB value is (174,255,92).

#aeff5c hex color red value is 174, green value is 255 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #aeff5c hue: 0.25 , saturation: 1.00 and the lightness value of aeff5c is 0.68.

The process color (four color CMYK) of #aeff5c color hex is 0.32, 0.00, 0.64, 0.00. Web safe color of #aeff5c is #99ff66. Color #aeff5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 01011100
Octal 256 377 134
Decimal 174 255 92
Hex AE FF 5C

RGB Percentages of Color #aeff5c

%33.40
%48.94
%17.66

CMYK Percentages of Color #aeff5c

%32
%0
%64
%0

Triadic Colors of #aeff5c

#aeff5c #5caeff #ff5cae

Analogous Colors of #aeff5c

#aeff5c #5dff5c #ffff5c

Monochromatic Colors of #aeff5c

#aeff5c

Complementary Color

#aeff5c #ad5cff

#aeff5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeff5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeff5c Color CSS Codes

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

#aeff5c Text Font Color

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

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


#aeff5c Background Color

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

This div background color is #aeff5c


#aeff5c Border Color

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

This div border color is #aeff5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeff5c


Comments

No comments written yet.

Please login to write comment.