Color Hex Logo

#affaaf Color Hex

#AFFAAF
(175,250,175)
2 Favorites   0 Comments

Color spaces of #affaaf

RGB 175250175
HSL0.330.880.83
HSV120°30°98°
CMYK 0.300.000.30   0.02
XYZ59.602780.580352.9696
Yxy80.58030.30860.4172
Hunter Lab89.7665-38.572027.8506
CIE-Lab91.9446-37.309328.8150

#affaaf color RGB value is (175,250,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 10101111
Octal 257 372 257
Decimal 175 250 175
Hex AF FA AF

RGB Percentages of Color #affaaf

%29.17
%41.67
%29.17

CMYK Percentages of Color #affaaf

%30
%0
%30
%2

Triadic Colors of #affaaf

#affaaf #afaffa #faafaf

Analogous Colors of #affaaf

#affaaf #affad5 #d5faaf

Monochromatic Colors of #affaaf

#affaaf

Complementary Color

#affaaf #faaffa

#affaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#affaaf Color CSS Codes

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

#affaaf Text Font Color

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

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


#affaaf Background Color

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

This div background color is #affaaf


#affaaf Border Color

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

This div border color is #affaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affaaf


Comments

No comments written yet.

Please login to write comment.