Color Hex Logo

#aaed67 Color Hex

#AAED67
(170,237,103)
0 Favorites   0 Comments

Color spaces of #aaed67

RGB 170237103
HSL0.250.790.67
HSV90°57°93°
CMYK 0.280.000.57   0.07
XYZ49.309970.093723.7625
Yxy70.09370.34440.4896
Hunter Lab83.7220-41.382041.7773
CIE-Lab87.0428-42.388357.2468

#aaed67 color RGB value is (170,237,103).

#aaed67 hex color red value is 170, green value is 237 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #aaed67 hue: 0.25 , saturation: 0.79 and the lightness value of aaed67 is 0.67.

The process color (four color CMYK) of #aaed67 color hex is 0.28, 0.00, 0.57, 0.07. Web safe color of #aaed67 is #99ff66. Color #aaed67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 01100111
Octal 252 355 147
Decimal 170 237 103
Hex AA ED 67

RGB Percentages of Color #aaed67

%33.33
%46.47
%20.20

CMYK Percentages of Color #aaed67

%28
%0
%57
%7

Triadic Colors of #aaed67

#aaed67 #67aaed #ed67aa

Analogous Colors of #aaed67

#aaed67 #67ed67 #eded67

Monochromatic Colors of #aaed67

#aaed67

Complementary Color

#aaed67 #aa67ed

#aaed67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaed67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaed67 Color CSS Codes

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

#aaed67 Text Font Color

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

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


#aaed67 Background Color

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

This div background color is #aaed67


#aaed67 Border Color

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

This div border color is #aaed67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaed67


Comments

No comments written yet.

Please login to write comment.