Color Hex Logo

#aaeaba Color Hex

#AAEABA
(170,234,186)
0 Favorites   0 Comments

Color spaces of #aaeaba

RGB 170234186
HSL0.380.600.79
HSV135°27°92°
CMYK 0.270.000.21   0.08
XYZ54.863370.936957.2550
Yxy70.93690.29970.3875
Hunter Lab84.2240-31.117718.6518
CIE-Lab87.4543-29.612916.9407

#aaeaba color RGB value is (170,234,186).

#aaeaba hex color red value is 170, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aaeaba hue: 0.38 , saturation: 0.60 and the lightness value of aaeaba is 0.79.

The process color (four color CMYK) of #aaeaba color hex is 0.27, 0.00, 0.21, 0.08. Web safe color of #aaeaba is #99ffcc. Color #aaeaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 10111010
Octal 252 352 272
Decimal 170 234 186
Hex AA EA BA

RGB Percentages of Color #aaeaba

%28.81
%39.66
%31.53

CMYK Percentages of Color #aaeaba

%27
%0
%21
%8

Triadic Colors of #aaeaba

#aaeaba #baaaea #eabaaa

Analogous Colors of #aaeaba

#aaeaba #aaeada #baeaaa

Monochromatic Colors of #aaeaba

#aaeaba

Complementary Color

#aaeaba #eaaada

#aaeaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeaba Color CSS Codes

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

#aaeaba Text Font Color

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

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


#aaeaba Background Color

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

This div background color is #aaeaba


#aaeaba Border Color

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

This div border color is #aaeaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeaba


Comments

No comments written yet.

Please login to write comment.