Color Hex Logo

#aff98d Color Hex

#AFF98D
(175,249,141)
0 Favorites   0 Comments

Color spaces of #aff98d

RGB 175249141
HSL0.280.900.76
HSV101°43°98°
CMYK 0.300.000.43   0.02
XYZ56.362678.788437.4364
Yxy78.78840.32660.4565
Hunter Lab88.7628-41.991137.1280
CIE-Lab91.1385-41.734544.6097

#aff98d color RGB value is (175,249,141).

#aff98d hex color red value is 175, green value is 249 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aff98d hue: 0.28 , saturation: 0.90 and the lightness value of aff98d is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 10001101
Octal 257 371 215
Decimal 175 249 141
Hex AF F9 8D

RGB Percentages of Color #aff98d

%30.97
%44.07
%24.96

CMYK Percentages of Color #aff98d

%30
%0
%43
%2

Triadic Colors of #aff98d

#aff98d #8daff9 #f98daf

Analogous Colors of #aff98d

#aff98d #8df9a1 #e5f98d

Monochromatic Colors of #aff98d

#aff98d

Complementary Color

#aff98d #d78df9

#aff98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff98d Color CSS Codes

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

#aff98d Text Font Color

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

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


#aff98d Background Color

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

This div background color is #aff98d


#aff98d Border Color

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

This div border color is #aff98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff98d


Comments

No comments written yet.

Please login to write comment.