Color Hex Logo

#aafcb0 Color Hex

#AAFCB0
(170,252,176)
0 Favorites   0 Comments

Color spaces of #aafcb0

RGB 170252176
HSL0.350.930.83
HSV124°33°99°
CMYK 0.330.000.30   0.01
XYZ59.224481.301453.6456
Yxy81.30140.30500.4187
Hunter Lab90.1673-40.549027.8421
CIE-Lab92.2656-39.600428.7022

#aafcb0 color RGB value is (170,252,176).

#aafcb0 hex color red value is 170, green value is 252 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #aafcb0 hue: 0.35 , saturation: 0.93 and the lightness value of aafcb0 is 0.83.

The process color (four color CMYK) of #aafcb0 color hex is 0.33, 0.00, 0.30, 0.01. Web safe color of #aafcb0 is #99ff99. Color #aafcb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111100 10110000
Octal 252 374 260
Decimal 170 252 176
Hex AA FC B0

RGB Percentages of Color #aafcb0

%28.43
%42.14
%29.43

CMYK Percentages of Color #aafcb0

%33
%0
%30
%1

Triadic Colors of #aafcb0

#aafcb0 #b0aafc #fcb0aa

Analogous Colors of #aafcb0

#aafcb0 #aafcd9 #cdfcaa

Monochromatic Colors of #aafcb0

#aafcb0

Complementary Color

#aafcb0 #fcaaf6

#aafcb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafcb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafcb0 Color CSS Codes

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

#aafcb0 Text Font Color

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

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


#aafcb0 Background Color

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

This div background color is #aafcb0


#aafcb0 Border Color

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

This div border color is #aafcb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafcb0


Comments

No comments written yet.

Please login to write comment.