Color Hex Logo

#aff6af Color Hex

#AFF6AF
(175,246,175)
0 Favorites   0 Comments

Color spaces of #aff6af

RGB 175246175
HSL0.330.800.83
HSV120°29°96°
CMYK 0.290.000.29   0.04
XYZ58.372878.120652.5597
Yxy78.12060.30880.4132
Hunter Lab88.3859-36.788226.6126
CIE-Lab90.8349-35.490327.3085

#aff6af color RGB value is (175,246,175).

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

The process color (four color CMYK) of #aff6af color hex is 0.29, 0.00, 0.29, 0.04. Web safe color of #aff6af is #99ff99. Color #aff6af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110110 10101111
Octal 257 366 257
Decimal 175 246 175
Hex AF F6 AF

RGB Percentages of Color #aff6af

%29.36
%41.28
%29.36

CMYK Percentages of Color #aff6af

%29
%0
%29
%4

Triadic Colors of #aff6af

#aff6af #afaff6 #f6afaf

Analogous Colors of #aff6af

#aff6af #aff6d3 #d3f6af

Monochromatic Colors of #aff6af

#aff6af

Complementary Color

#aff6af #f6aff6

#aff6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff6af Color CSS Codes

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

#aff6af Text Font Color

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

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


#aff6af Background Color

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

This div background color is #aff6af


#aff6af Border Color

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

This div border color is #aff6af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,246,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 #aff6af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff6af


Comments

No comments written yet.

Please login to write comment.