Color Hex Logo

#aafcdb Color Hex

#AAFCDB
(170,252,219)
0 Favorites   0 Comments

Color spaces of #aafcdb

RGB 170252219
HSL0.430.930.83
HSV156°33°99°
CMYK 0.330.000.13   0.01
XYZ64.174283.281379.7104
Yxy83.28130.28250.3666
Hunter Lab91.2586-34.179112.0938
CIE-Lab93.1375-31.77767.9154

#aafcdb color RGB value is (170,252,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111100 11011011
Octal 252 374 333
Decimal 170 252 219
Hex AA FC DB

RGB Percentages of Color #aafcdb

%26.52
%39.31
%34.17

CMYK Percentages of Color #aafcdb

%33
%0
%13
%1

Triadic Colors of #aafcdb

#aafcdb #dbaafc #fcdbaa

Analogous Colors of #aafcdb

#aafcdb #aaf4fc #aafcb2

Monochromatic Colors of #aafcdb

#aafcdb

Complementary Color

#aafcdb #fcaacb

#aafcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafcdb Color CSS Codes

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

#aafcdb Text Font Color

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

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


#aafcdb Background Color

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

This div background color is #aafcdb


#aafcdb Border Color

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

This div border color is #aafcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafcdb


Comments

No comments written yet.

Please login to write comment.