Color Hex Logo

#aaefba Color Hex

#AAEFBA
(170,239,186)
0 Favorites   0 Comments

Color spaces of #aaefba

RGB 170239186
HSL0.370.680.80
HSV134°29°94°
CMYK 0.290.000.22   0.06
XYZ56.307073.824257.7362
Yxy73.82420.29970.3930
Hunter Lab85.9210-33.384620.3037
CIE-Lab88.8393-31.962618.8777

#aaefba color RGB value is (170,239,186).

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

The process color (four color CMYK) of #aaefba color hex is 0.29, 0.00, 0.22, 0.06. Web safe color of #aaefba is #99ffcc. Color #aaefba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 10111010
Octal 252 357 272
Decimal 170 239 186
Hex AA EF BA

RGB Percentages of Color #aaefba

%28.57
%40.17
%31.26

CMYK Percentages of Color #aaefba

%29
%0
%22
%6

Triadic Colors of #aaefba

#aaefba #baaaef #efbaaa

Analogous Colors of #aaefba

#aaefba #aaefdd #bdefaa

Monochromatic Colors of #aaefba

#aaefba

Complementary Color

#aaefba #efaadf

#aaefba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefba Color CSS Codes

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

#aaefba Text Font Color

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

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


#aaefba Background Color

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

This div background color is #aaefba


#aaefba Border Color

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

This div border color is #aaefba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefba


Comments

No comments written yet.

Please login to write comment.