Color Hex Logo

#aef34c Color Hex

#AEF34C
(174,243,76)
0 Favorites   0 Comments

Color spaces of #aef34c

RGB 17424376
HSL0.240.870.63
HSV85°69°95°
CMYK 0.280.000.69   0.05
XYZ50.810773.621718.3699
Yxy73.62170.35580.5155
Hunter Lab85.8031-44.451647.3685
CIE-Lab88.7434-45.683070.0793

#aef34c color RGB value is (174,243,76).

#aef34c hex color red value is 174, green value is 243 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #aef34c hue: 0.24 , saturation: 0.87 and the lightness value of aef34c is 0.63.

The process color (four color CMYK) of #aef34c color hex is 0.28, 0.00, 0.69, 0.05. Web safe color of #aef34c is #99ff33. Color #aef34c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110011 01001100
Octal 256 363 114
Decimal 174 243 76
Hex AE F3 4C

RGB Percentages of Color #aef34c

%35.29
%49.29
%15.42

CMYK Percentages of Color #aef34c

%28
%0
%69
%5

Triadic Colors of #aef34c

#aef34c #4caef3 #f34cae

Analogous Colors of #aef34c

#aef34c #5af34c #f3e54c

Monochromatic Colors of #aef34c

#aef34c

Complementary Color

#aef34c #914cf3

#aef34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef34c Color CSS Codes

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

#aef34c Text Font Color

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

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


#aef34c Background Color

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

This div background color is #aef34c


#aef34c Border Color

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

This div border color is #aef34c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef34c

Related Colors


Comments

No comments written yet.

Please login to write comment.