Color Hex Logo

#aaebba Color Hex

#AAEBBA
(170,235,186)
0 Favorites   0 Comments

Color spaces of #aaebba

RGB 170235186
HSL0.370.620.79
HSV135°28°92°
CMYK 0.280.000.21   0.08
XYZ55.148871.507957.3501
Yxy71.50790.29970.3886
Hunter Lab84.5623-31.572218.9832
CIE-Lab87.7312-30.085317.3287

#aaebba color RGB value is (170,235,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 10111010
Octal 252 353 272
Decimal 170 235 186
Hex AA EB BA

RGB Percentages of Color #aaebba

%28.76
%39.76
%31.47

CMYK Percentages of Color #aaebba

%28
%0
%21
%8

Triadic Colors of #aaebba

#aaebba #baaaeb #ebbaaa

Analogous Colors of #aaebba

#aaebba #aaebdb #bbebaa

Monochromatic Colors of #aaebba

#aaebba

Complementary Color

#aaebba #ebaadb

#aaebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebba Color CSS Codes

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

#aaebba Text Font Color

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

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


#aaebba Background Color

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

This div background color is #aaebba


#aaebba Border Color

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

This div border color is #aaebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebba


Comments

No comments written yet.

Please login to write comment.