Color Hex Logo

#aaebab Color Hex

#AAEBAB
(170,235,171)
0 Favorites   0 Comments

Color spaces of #aaebab

RGB 170235171
HSL0.340.620.79
HSV121°28°92°
CMYK 0.280.000.27   0.08
XYZ53.636670.903049.3868
Yxy70.90300.30840.4077
Hunter Lab84.2039-33.655124.1683
CIE-Lab87.4379-32.668124.6743

#aaebab color RGB value is (170,235,171).

#aaebab hex color red value is 170, green value is 235 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aaebab hue: 0.34 , saturation: 0.62 and the lightness value of aaebab is 0.79.

The process color (four color CMYK) of #aaebab color hex is 0.28, 0.00, 0.27, 0.08. Web safe color of #aaebab is #99ff99. Color #aaebab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 10101011
Octal 252 353 253
Decimal 170 235 171
Hex AA EB AB

RGB Percentages of Color #aaebab

%29.51
%40.80
%29.69

CMYK Percentages of Color #aaebab

%28
%0
%27
%8

Triadic Colors of #aaebab

#aaebab #abaaeb #ebabaa

Analogous Colors of #aaebab

#aaebab #aaebcc #caebaa

Monochromatic Colors of #aaebab

#aaebab

Complementary Color

#aaebab #ebaaea

#aaebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebab Color CSS Codes

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

#aaebab Text Font Color

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

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


#aaebab Background Color

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

This div background color is #aaebab


#aaebab Border Color

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

This div border color is #aaebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebab


Comments

No comments written yet.

Please login to write comment.