Color Hex Logo

#aed62b Color Hex

#AED62B
(174,214,43)
0 Favorites   0 Comments

Color spaces of #aed62b

RGB 17421443
HSL0.210.680.50
HSV74°80°84°
CMYK 0.190.000.80   0.16
XYZ41.938257.266211.1286
Yxy57.26620.38010.5190
Hunter Lab75.6744-33.506944.2530
CIE-Lab80.3291-34.560472.5749

#aed62b color RGB value is (174,214,43).

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

The process color (four color CMYK) of #aed62b color hex is 0.19, 0.00, 0.80, 0.16. Web safe color of #aed62b is #99cc33. Color #aed62b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 00101011
Octal 256 326 53
Decimal 174 214 43
Hex AE D6 2B

RGB Percentages of Color #aed62b

%40.37
%49.65
%9.98

CMYK Percentages of Color #aed62b

%19
%0
%80
%16

Triadic Colors of #aed62b

#aed62b #2baed6 #d62bae

Analogous Colors of #aed62b

#aed62b #59d62b #d6a92b

Monochromatic Colors of #aed62b

#aed62b

Complementary Color

#aed62b #532bd6

#aed62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed62b Color CSS Codes

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

#aed62b Text Font Color

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

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


#aed62b Background Color

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

This div background color is #aed62b


#aed62b Border Color

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

This div border color is #aed62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed62b


Comments

No comments written yet.

Please login to write comment.