Color Hex Logo

#affaab Color Hex

#AFFAAB
(175,250,171)
0 Favorites   0 Comments

Color spaces of #affaab

RGB 175250171
HSL0.320.890.83
HSV117°32°98°
CMYK 0.300.000.32   0.02
XYZ59.215580.425450.9308
Yxy80.42540.31070.4220
Hunter Lab89.6802-39.077529.1044
CIE-Lab91.8754-37.939730.7402

#affaab color RGB value is (175,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 10101011
Octal 257 372 253
Decimal 175 250 171
Hex AF FA AB

RGB Percentages of Color #affaab

%29.36
%41.95
%28.69

CMYK Percentages of Color #affaab

%30
%0
%32
%2

Triadic Colors of #affaab

#affaab #abaffa #faabaf

Analogous Colors of #affaab

#affaab #abfacf #d7faab

Monochromatic Colors of #affaab

#affaab

Complementary Color

#affaab #f6abfa

#affaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#affaab Color CSS Codes

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

#affaab Text Font Color

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

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


#affaab Background Color

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

This div background color is #affaab


#affaab Border Color

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

This div border color is #affaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affaab

Related Colors


Comments

No comments written yet.

Please login to write comment.