Color Hex Logo

#aed13b Color Hex

#AED13B
(174,209,59)
0 Favorites   0 Comments

Color spaces of #aed13b

RGB 17420959
HSL0.210.620.53
HSV74°72°82°
CMYK 0.170.000.72   0.18
XYZ41.045454.915412.5741
Yxy54.91540.37820.5060
Hunter Lab74.1049-30.815641.8131
CIE-Lab78.9925-31.519966.3854

#aed13b color RGB value is (174,209,59).

#aed13b hex color red value is 174, green value is 209 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #aed13b hue: 0.21 , saturation: 0.62 and the lightness value of aed13b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 00111011
Octal 256 321 73
Decimal 174 209 59
Hex AE D1 3B

RGB Percentages of Color #aed13b

%39.37
%47.29
%13.35

CMYK Percentages of Color #aed13b

%17
%0
%72
%18

Triadic Colors of #aed13b

#aed13b #3baed1 #d13bae

Analogous Colors of #aed13b

#aed13b #63d13b #d1a93b

Monochromatic Colors of #aed13b

#aed13b

Complementary Color

#aed13b #5e3bd1

#aed13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed13b Color CSS Codes

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

#aed13b Text Font Color

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

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


#aed13b Background Color

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

This div background color is #aed13b


#aed13b Border Color

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

This div border color is #aed13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed13b


Comments

No comments written yet.

Please login to write comment.