Color Hex Logo

#aafeba Color Hex

#AAFEBA
(170,254,186)
0 Favorites   0 Comments

Color spaces of #aafeba

RGB 170254186
HSL0.370.980.83
HSV131°33°100°
CMYK 0.330.000.27   0.00
XYZ60.882382.974859.2613
Yxy82.97480.29970.4085
Hunter Lab91.0905-40.104125.1907
CIE-Lab93.0034-38.832124.6441

#aafeba color RGB value is (170,254,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 10111010
Octal 252 376 272
Decimal 170 254 186
Hex AA FE BA

RGB Percentages of Color #aafeba

%27.87
%41.64
%30.49

CMYK Percentages of Color #aafeba

%33
%0
%27
%0

Triadic Colors of #aafeba

#aafeba #baaafe #febaaa

Analogous Colors of #aafeba

#aafeba #aafee4 #c4feaa

Monochromatic Colors of #aafeba

#aafeba

Complementary Color

#aafeba #feaaee

#aafeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafeba Color CSS Codes

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

#aafeba Text Font Color

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

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


#aafeba Background Color

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

This div background color is #aafeba


#aafeba Border Color

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

This div border color is #aafeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafeba


Comments

No comments written yet.

Please login to write comment.