Color Hex Logo

#aafccb Color Hex

#AAFCCB
(170,252,203)
0 Favorites   0 Comments

Color spaces of #aafccb

RGB 170252203
HSL0.400.930.83
HSV144°33°99°
CMYK 0.330.000.19   0.01
XYZ62.167582.478769.1433
Yxy82.47870.29080.3858
Hunter Lab90.8178-36.742518.4325
CIE-Lab92.7857-34.882115.6547

#aafccb color RGB value is (170,252,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111100 11001011
Octal 252 374 313
Decimal 170 252 203
Hex AA FC CB

RGB Percentages of Color #aafccb

%27.20
%40.32
%32.48

CMYK Percentages of Color #aafccb

%33
%0
%19
%1

Triadic Colors of #aafccb

#aafccb #cbaafc #fccbaa

Analogous Colors of #aafccb

#aafccb #aafcf4 #b2fcaa

Monochromatic Colors of #aafccb

#aafccb

Complementary Color

#aafccb #fcaadb

#aafccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafccb Color CSS Codes

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

#aafccb Text Font Color

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

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


#aafccb Background Color

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

This div background color is #aafccb


#aafccb Border Color

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

This div border color is #aafccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafccb

Related Colors


Comments

No comments written yet.

Please login to write comment.