Color Hex Logo

#aed36b Color Hex

#AED36B
(174,211,107)
0 Favorites   0 Comments

Color spaces of #aed36b

RGB 174211107
HSL0.230.540.62
HSV81°49°83°
CMYK 0.180.000.49   0.17
XYZ43.403756.648722.5566
Yxy56.64870.35400.4620
Hunter Lab75.2653-28.777734.9168
CIE-Lab79.9816-28.679547.1447

#aed36b color RGB value is (174,211,107).

#aed36b hex color red value is 174, green value is 211 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aed36b hue: 0.23 , saturation: 0.54 and the lightness value of aed36b is 0.62.

The process color (four color CMYK) of #aed36b color hex is 0.18, 0.00, 0.49, 0.17. Web safe color of #aed36b is #99cc66. Color #aed36b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 01101011
Octal 256 323 153
Decimal 174 211 107
Hex AE D3 6B

RGB Percentages of Color #aed36b

%35.37
%42.89
%21.75

CMYK Percentages of Color #aed36b

%18
%0
%49
%17

Triadic Colors of #aed36b

#aed36b #6baed3 #d36bae

Analogous Colors of #aed36b

#aed36b #7ad36b #d3c46b

Monochromatic Colors of #aed36b

#aed36b

Complementary Color

#aed36b #906bd3

#aed36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed36b Color CSS Codes

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

#aed36b Text Font Color

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

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


#aed36b Background Color

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

This div background color is #aed36b


#aed36b Border Color

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

This div border color is #aed36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed36b


Comments

No comments written yet.

Please login to write comment.