Color Hex Logo

#aedd3b Color Hex

#AEDD3B
(174,221,59)
0 Favorites   0 Comments

Color spaces of #aedd3b

RGB 17422159
HSL0.220.700.55
HSV77°73°87°
CMYK 0.210.000.73   0.13
XYZ44.101461.027313.5927
Yxy61.02730.37150.5140
Hunter Lab78.1200-35.940644.3677
CIE-Lab82.3934-37.023169.6871

#aedd3b color RGB value is (174,221,59).

#aedd3b hex color red value is 174, green value is 221 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #aedd3b hue: 0.22 , saturation: 0.70 and the lightness value of aedd3b is 0.55.

The process color (four color CMYK) of #aedd3b color hex is 0.21, 0.00, 0.73, 0.13. Web safe color of #aedd3b is #99cc33. Color #aedd3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 00111011
Octal 256 335 73
Decimal 174 221 59
Hex AE DD 3B

RGB Percentages of Color #aedd3b

%38.33
%48.68
%13.00

CMYK Percentages of Color #aedd3b

%21
%0
%73
%13

Triadic Colors of #aedd3b

#aedd3b #3baedd #dd3bae

Analogous Colors of #aedd3b

#aedd3b #5ddd3b #ddbb3b

Monochromatic Colors of #aedd3b

#aedd3b

Complementary Color

#aedd3b #6a3bdd

#aedd3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd3b Color CSS Codes

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

#aedd3b Text Font Color

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

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


#aedd3b Background Color

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

This div background color is #aedd3b


#aedd3b Border Color

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

This div border color is #aedd3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd3b


Comments

No comments written yet.

Please login to write comment.