color codes Logo

#aefe6c color codes

#AEFE6C
(174,254,108)
0 Favorites   0 Comments

Color spaces of #aefe6c

RGB 174254108
HSL0.260.990.71
HSV93°57°100°
CMYK 0.310.000.57   0.00
XYZ55.604180.965026.8845
Yxy80.96500.34020.4953
Hunter Lab89.9806-47.160745.2716
CIE-Lab92.1161-47.841460.9359

#aefe6c color RGB value is (174,254,108).

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

The process color (four color CMYK) of #aefe6c color code is 0.31, 0.00, 0.57, 0.00. Web safe color of #aefe6c is #99ff66. Color #aefe6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 01101100
Octal 256 376 154
Decimal 174 254 108
Hex AE FE 6C

RGB Percentages of Color #aefe6c

%32.46
%47.39
%20.15

CMYK Percentages of Color #aefe6c

%31
%0
%57
%0

Triadic Colors of #aefe6c

#aefe6c #6caefe #fe6cae

Analogous Colors of #aefe6c

#aefe6c #6cfe73 #f7fe6c

Monochromatic Colors of #aefe6c

#aefe6c

Complementary Color

#aefe6c #bc6cfe

#aefe6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefe6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefe6c Color CSS Codes

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

#aefe6c Text Font Color

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

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


#aefe6c Background Color

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

This div background color is #aefe6c


#aefe6c Border Color

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

This div border color is #aefe6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefe6c


Comments

No comments written yet.

Please login to write comment.