Color Hex Logo

#aef34d Color Hex

#AEF34D
(174,243,77)
0 Favorites   0 Comments

Color spaces of #aef34d

RGB 17424377
HSL0.240.870.63
HSV85°68°95°
CMYK 0.280.000.68   0.05
XYZ50.845773.635718.5544
Yxy73.63570.35550.5148
Hunter Lab85.8112-44.403247.2480
CIE-Lab88.7500-45.618569.7220

#aef34d color RGB value is (174,243,77).

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

The process color (four color CMYK) of #aef34d color hex is 0.28, 0.00, 0.68, 0.05. Web safe color of #aef34d is #99ff66. Color #aef34d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110011 01001101
Octal 256 363 115
Decimal 174 243 77
Hex AE F3 4D

RGB Percentages of Color #aef34d

%35.22
%49.19
%15.59

CMYK Percentages of Color #aef34d

%28
%0
%68
%5

Triadic Colors of #aef34d

#aef34d #4daef3 #f34dae

Analogous Colors of #aef34d

#aef34d #5bf34d #f3e54d

Monochromatic Colors of #aef34d

#aef34d

Complementary Color

#aef34d #924df3

#aef34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef34d Color CSS Codes

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

#aef34d Text Font Color

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

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


#aef34d Background Color

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

This div background color is #aef34d


#aef34d Border Color

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

This div border color is #aef34d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef34d

Related Colors


Comments

No comments written yet.

Please login to write comment.