Color Hex Logo

#affbaa Color Hex

#AFFBAA
(175,251,170)
0 Favorites   0 Comments

Color spaces of #affbaa

RGB 175251170
HSL0.320.910.83
HSV116°32°98°
CMYK 0.300.000.32   0.02
XYZ59.432181.010650.5344
Yxy81.01060.31120.4242
Hunter Lab90.0059-39.644429.7154
CIE-Lab92.1364-38.544731.5941

#affbaa color RGB value is (175,251,170).

#affbaa hex color red value is 175, green value is 251 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #affbaa hue: 0.32 , saturation: 0.91 and the lightness value of affbaa is 0.83.

The process color (four color CMYK) of #affbaa color hex is 0.30, 0.00, 0.32, 0.02. Web safe color of #affbaa is #99ff99. Color #affbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 10101010
Octal 257 373 252
Decimal 175 251 170
Hex AF FB AA

RGB Percentages of Color #affbaa

%29.36
%42.11
%28.52

CMYK Percentages of Color #affbaa

%30
%0
%32
%2

Triadic Colors of #affbaa

#affbaa #aaaffb #fbaaaf

Analogous Colors of #affbaa

#affbaa #aafbce #d8fbaa

Monochromatic Colors of #affbaa

#affbaa

Complementary Color

#affbaa #f6aafb

#affbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#affbaa Color CSS Codes

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

#affbaa Text Font Color

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

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


#affbaa Background Color

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

This div background color is #affbaa


#affbaa Border Color

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

This div border color is #affbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affbaa


Comments

No comments written yet.

Please login to write comment.