Color Hex Logo

#aafcbd Color Hex

#AAFCBD
(170,252,189)
0 Favorites   0 Comments

Color spaces of #aafcbd

RGB 170252189
HSL0.370.930.83
HSV134°33°99°
CMYK 0.330.000.25   0.01
XYZ60.573381.841060.7485
Yxy81.84100.29820.4028
Hunter Lab90.4660-38.797323.5126
CIE-Lab92.5046-37.412622.4295

#aafcbd color RGB value is (170,252,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111100 10111101
Octal 252 374 275
Decimal 170 252 189
Hex AA FC BD

RGB Percentages of Color #aafcbd

%27.82
%41.24
%30.93

CMYK Percentages of Color #aafcbd

%33
%0
%25
%1

Triadic Colors of #aafcbd

#aafcbd #bdaafc #fcbdaa

Analogous Colors of #aafcbd

#aafcbd #aafce6 #c0fcaa

Monochromatic Colors of #aafcbd

#aafcbd

Complementary Color

#aafcbd #fcaae9

#aafcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafcbd Color CSS Codes

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

#aafcbd Text Font Color

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

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


#aafcbd Background Color

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

This div background color is #aafcbd


#aafcbd Border Color

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

This div border color is #aafcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafcbd


Comments

No comments written yet.

Please login to write comment.