Color Hex Logo

#aed37b Color Hex

#AED37B
(174,211,123)
0 Favorites   0 Comments

Color spaces of #aed37b

RGB 174211123
HSL0.240.500.65
HSV85°42°83°
CMYK 0.180.000.42   0.17
XYZ44.325057.017327.4082
Yxy57.01730.34430.4429
Hunter Lab75.5098-27.360931.3360
CIE-Lab80.1893-26.869639.5630

#aed37b color RGB value is (174,211,123).

#aed37b hex color red value is 174, green value is 211 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aed37b hue: 0.24 , saturation: 0.50 and the lightness value of aed37b is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 01111011
Octal 256 323 173
Decimal 174 211 123
Hex AE D3 7B

RGB Percentages of Color #aed37b

%34.25
%41.54
%24.21

CMYK Percentages of Color #aed37b

%18
%0
%42
%17

Triadic Colors of #aed37b

#aed37b #7baed3 #d37bae

Analogous Colors of #aed37b

#aed37b #82d37b #d3cc7b

Monochromatic Colors of #aed37b

#aed37b

Complementary Color

#aed37b #a07bd3

#aed37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed37b Color CSS Codes

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

#aed37b Text Font Color

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

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


#aed37b Background Color

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

This div background color is #aed37b


#aed37b Border Color

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

This div border color is #aed37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed37b


Comments

No comments written yet.

Please login to write comment.