Color Hex Logo

#aff299 Color Hex

#AFF299
(175,242,153)
0 Favorites   0 Comments

Color spaces of #aff299

RGB 175242153
HSL0.290.770.77
HSV105°37°95°
CMYK 0.280.000.37   0.05
XYZ55.181174.918141.6893
Yxy74.91810.32120.4361
Hunter Lab86.5552-37.673532.0317
CIE-Lab89.3546-37.001536.4175

#aff299 color RGB value is (175,242,153).

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

The process color (four color CMYK) of #aff299 color hex is 0.28, 0.00, 0.37, 0.05. Web safe color of #aff299 is #99ff99. Color #aff299 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110010 10011001
Octal 257 362 231
Decimal 175 242 153
Hex AF F2 99

RGB Percentages of Color #aff299

%30.70
%42.46
%26.84

CMYK Percentages of Color #aff299

%28
%0
%37
%5

Triadic Colors of #aff299

#aff299 #99aff2 #f299af

Analogous Colors of #aff299

#aff299 #99f2b0 #dcf299

Monochromatic Colors of #aff299

#aff299

Complementary Color

#aff299 #dc99f2

#aff299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff299 Color CSS Codes

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

#aff299 Text Font Color

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

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


#aff299 Background Color

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

This div background color is #aff299


#aff299 Border Color

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

This div border color is #aff299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff299


Comments

No comments written yet.

Please login to write comment.