Color Hex Logo

#aaedba Color Hex

#AAEDBA
(170,237,186)
0 Favorites   0 Comments

Color spaces of #aaedba

RGB 170237186
HSL0.370.650.80
HSV134°28°93°
CMYK 0.280.000.22   0.07
XYZ55.724772.659657.5421
Yxy72.65960.29970.3908
Hunter Lab85.2406-32.479519.6444
CIE-Lab88.2851-31.026318.1037

#aaedba color RGB value is (170,237,186).

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

The process color (four color CMYK) of #aaedba color hex is 0.28, 0.00, 0.22, 0.07. Web safe color of #aaedba is #99ffcc. Color #aaedba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 10111010
Octal 252 355 272
Decimal 170 237 186
Hex AA ED BA

RGB Percentages of Color #aaedba

%28.67
%39.97
%31.37

CMYK Percentages of Color #aaedba

%28
%0
%22
%7

Triadic Colors of #aaedba

#aaedba #baaaed #edbaaa

Analogous Colors of #aaedba

#aaedba #aaeddc #bcedaa

Monochromatic Colors of #aaedba

#aaedba

Complementary Color

#aaedba #edaadd

#aaedba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedba Color CSS Codes

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

#aaedba Text Font Color

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

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


#aaedba Background Color

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

This div background color is #aaedba


#aaedba Border Color

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

This div border color is #aaedba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedba


Comments

No comments written yet.

Please login to write comment.