Color Hex Logo

#aed92b Color Hex

#AED92B
(174,217,43)
0 Favorites   0 Comments

Color spaces of #aed92b

RGB 17421743
HSL0.210.700.51
HSV75°80°85°
CMYK 0.200.000.80   0.15
XYZ42.704558.798811.3840
Yxy58.79880.37830.5209
Hunter Lab76.6804-34.781244.8740
CIE-Lab81.1809-35.927573.3336

#aed92b color RGB value is (174,217,43).

#aed92b hex color red value is 174, green value is 217 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #aed92b hue: 0.21 , saturation: 0.70 and the lightness value of aed92b is 0.51.

The process color (four color CMYK) of #aed92b color hex is 0.20, 0.00, 0.80, 0.15. Web safe color of #aed92b is #99cc33. Color #aed92b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 00101011
Octal 256 331 53
Decimal 174 217 43
Hex AE D9 2B

RGB Percentages of Color #aed92b

%40.09
%50.00
%9.91

CMYK Percentages of Color #aed92b

%20
%0
%80
%15

Triadic Colors of #aed92b

#aed92b #2baed9 #d92bae

Analogous Colors of #aed92b

#aed92b #57d92b #d9ad2b

Monochromatic Colors of #aed92b

#aed92b

Complementary Color

#aed92b #562bd9

#aed92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed92b Color CSS Codes

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

#aed92b Text Font Color

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

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


#aed92b Background Color

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

This div background color is #aed92b


#aed92b Border Color

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

This div border color is #aed92b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed92b


Comments

No comments written yet.

Please login to write comment.