Color Hex Logo

#aaec4b Color Hex

#AAEC4B
(170,236,75)
0 Favorites   0 Comments

Color spaces of #aaec4b

RGB 17023675
HSL0.230.810.61
HSV85°68°93°
CMYK 0.280.000.68   0.07
XYZ47.843069.045017.4620
Yxy69.04500.35610.5139
Hunter Lab83.0933-42.637645.7056
CIE-Lab86.5263-44.186268.1083

#aaec4b color RGB value is (170,236,75).

#aaec4b hex color red value is 170, green value is 236 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aaec4b hue: 0.23 , saturation: 0.81 and the lightness value of aaec4b is 0.61.

The process color (four color CMYK) of #aaec4b color hex is 0.28, 0.00, 0.68, 0.07. Web safe color of #aaec4b is #99ff33. Color #aaec4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 01001011
Octal 252 354 113
Decimal 170 236 75
Hex AA EC 4B

RGB Percentages of Color #aaec4b

%35.34
%49.06
%15.59

CMYK Percentages of Color #aaec4b

%28
%0
%68
%7

Triadic Colors of #aaec4b

#aaec4b #4baaec #ec4baa

Analogous Colors of #aaec4b

#aaec4b #5aec4b #ecde4b

Monochromatic Colors of #aaec4b

#aaec4b

Complementary Color

#aaec4b #8d4bec

#aaec4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaec4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaec4b Color CSS Codes

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

#aaec4b Text Font Color

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

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


#aaec4b Background Color

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

This div background color is #aaec4b


#aaec4b Border Color

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

This div border color is #aaec4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,236,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaec4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaec4b;
  -webkit-box-shadow: 1px 1px 3px 2px #aaec4b;
  box-shadow:         1px 1px 3px 2px #aaec4b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,236,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaec4b


Comments

No comments written yet.

Please login to write comment.