Color Hex Logo

#aafebf Color Hex

#AAFEBF
(170,254,191)
0 Favorites   0 Comments

Color spaces of #aafebf

RGB 170254191
HSL0.380.980.83
HSV135°33°100°
CMYK 0.330.000.25   0.00
XYZ61.423383.191362.1104
Yxy83.19130.29710.4024
Hunter Lab91.2093-39.408523.4720
CIE-Lab93.0981-37.967522.2314

#aafebf color RGB value is (170,254,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 10111111
Octal 252 376 277
Decimal 170 254 191
Hex AA FE BF

RGB Percentages of Color #aafebf

%27.64
%41.30
%31.06

CMYK Percentages of Color #aafebf

%33
%0
%25
%0

Triadic Colors of #aafebf

#aafebf #bfaafe #febfaa

Analogous Colors of #aafebf

#aafebf #aafee9 #bffeaa

Monochromatic Colors of #aafebf

#aafebf

Complementary Color

#aafebf #feaae9

#aafebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafebf Color CSS Codes

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

#aafebf Text Font Color

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

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


#aafebf Background Color

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

This div background color is #aafebf


#aafebf Border Color

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

This div border color is #aafebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafebf

Related Colors


Comments

No comments written yet.

Please login to write comment.