Color Hex Logo

#aed43b Color Hex

#AED43B
(174,212,59)
0 Favorites   0 Comments

Color spaces of #aed43b

RGB 17421259
HSL0.210.640.53
HSV75°72°83°
CMYK 0.180.000.72   0.17
XYZ41.788556.401412.8217
Yxy56.40140.37640.5081
Hunter Lab75.1009-32.103542.4482
CIE-Lab79.8417-32.913267.2145

#aed43b color RGB value is (174,212,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 00111011
Octal 256 324 73
Decimal 174 212 59
Hex AE D4 3B

RGB Percentages of Color #aed43b

%39.10
%47.64
%13.26

CMYK Percentages of Color #aed43b

%18
%0
%72
%17

Triadic Colors of #aed43b

#aed43b #3baed4 #d43bae

Analogous Colors of #aed43b

#aed43b #62d43b #d4ae3b

Monochromatic Colors of #aed43b

#aed43b

Complementary Color

#aed43b #613bd4

#aed43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed43b Color CSS Codes

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

#aed43b Text Font Color

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

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


#aed43b Background Color

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

This div background color is #aed43b


#aed43b Border Color

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

This div border color is #aed43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed43b


Comments

No comments written yet.

Please login to write comment.