Color Hex Logo

#aed34c Color Hex

#AED34C
(174,211,76)
0 Favorites   0 Comments

Color spaces of #aed34c

RGB 17421176
HSL0.210.610.56
HSV76°64°83°
CMYK 0.180.000.64   0.17
XYZ42.054356.109015.4511
Yxy56.10900.37010.4939
Hunter Lab74.9059-30.870540.2042
CIE-Lab79.6758-31.393760.6394

#aed34c color RGB value is (174,211,76).

#aed34c hex color red value is 174, green value is 211 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #aed34c hue: 0.21 , saturation: 0.61 and the lightness value of aed34c is 0.56.

The process color (four color CMYK) of #aed34c color hex is 0.18, 0.00, 0.64, 0.17. Web safe color of #aed34c is #99cc33. Color #aed34c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 01001100
Octal 256 323 114
Decimal 174 211 76
Hex AE D3 4C

RGB Percentages of Color #aed34c

%37.74
%45.77
%16.49

CMYK Percentages of Color #aed34c

%18
%0
%64
%17

Triadic Colors of #aed34c

#aed34c #4caed3 #d34cae

Analogous Colors of #aed34c

#aed34c #6bd34c #d3b54c

Monochromatic Colors of #aed34c

#aed34c

Complementary Color

#aed34c #714cd3

#aed34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed34c Color CSS Codes

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

#aed34c Text Font Color

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

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


#aed34c Background Color

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

This div background color is #aed34c


#aed34c Border Color

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

This div border color is #aed34c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,211,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 #aed34c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed34c


Comments

No comments written yet.

Please login to write comment.