Color Hex Logo

#aff699 Color Hex

#AFF699
(175,246,153)
0 Favorites   0 Comments

Color spaces of #aff699

RGB 175246153
HSL0.290.840.78
HSV106°38°96°
CMYK 0.290.000.38   0.04
XYZ56.384777.325442.0905
Yxy77.32540.32070.4398
Hunter Lab87.9349-39.430133.1749
CIE-Lab90.4712-38.803437.8782

#aff699 color RGB value is (175,246,153).

#aff699 hex color red value is 175, green value is 246 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aff699 hue: 0.29 , saturation: 0.84 and the lightness value of aff699 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110110 10011001
Octal 257 366 231
Decimal 175 246 153
Hex AF F6 99

RGB Percentages of Color #aff699

%30.49
%42.86
%26.66

CMYK Percentages of Color #aff699

%29
%0
%38
%4

Triadic Colors of #aff699

#aff699 #99aff6 #f699af

Analogous Colors of #aff699

#aff699 #99f6b2 #def699

Monochromatic Colors of #aff699

#aff699

Complementary Color

#aff699 #e099f6

#aff699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff699 Color CSS Codes

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

#aff699 Text Font Color

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

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


#aff699 Background Color

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

This div background color is #aff699


#aff699 Border Color

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

This div border color is #aff699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff699


Comments

No comments written yet.

Please login to write comment.