Color Hex Logo

#aff99d Color Hex

#AFF99D
(175,249,157)
0 Favorites   0 Comments

Color spaces of #aff99d

RGB 175249157
HSL0.300.880.80
HSV108°37°98°
CMYK 0.300.000.37   0.02
XYZ57.640779.299644.1667
Yxy79.29960.31830.4379
Hunter Lab89.0503-40.298232.9289
CIE-Lab91.3697-39.579637.0702

#aff99d color RGB value is (175,249,157).

#aff99d hex color red value is 175, green value is 249 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aff99d hue: 0.30 , saturation: 0.88 and the lightness value of aff99d is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 10011101
Octal 257 371 235
Decimal 175 249 157
Hex AF F9 9D

RGB Percentages of Color #aff99d

%30.12
%42.86
%27.02

CMYK Percentages of Color #aff99d

%30
%0
%37
%2

Triadic Colors of #aff99d

#aff99d #9daff9 #f99daf

Analogous Colors of #aff99d

#aff99d #9df9b9 #ddf99d

Monochromatic Colors of #aff99d

#aff99d

Complementary Color

#aff99d #e79df9

#aff99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff99d Color CSS Codes

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

#aff99d Text Font Color

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

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


#aff99d Background Color

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

This div background color is #aff99d


#aff99d Border Color

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

This div border color is #aff99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff99d


Comments

No comments written yet.

Please login to write comment.