Color Hex Logo

#aff18d Color Hex

#AFF18D
(175,241,141)
0 Favorites   0 Comments

Color spaces of #aff18d

RGB 175241141
HSL0.280.780.75
HSV100°41°95°
CMYK 0.270.000.41   0.05
XYZ53.942273.947636.6296
Yxy73.94760.32790.4495
Hunter Lab85.9928-38.516634.9397
CIE-Lab88.8977-38.177341.7602

#aff18d color RGB value is (175,241,141).

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

The process color (four color CMYK) of #aff18d color hex is 0.27, 0.00, 0.41, 0.05. Web safe color of #aff18d is #99ff99. Color #aff18d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110001 10001101
Octal 257 361 215
Decimal 175 241 141
Hex AF F1 8D

RGB Percentages of Color #aff18d

%31.42
%43.27
%25.31

CMYK Percentages of Color #aff18d

%27
%0
%41
%5

Triadic Colors of #aff18d

#aff18d #8daff1 #f18daf

Analogous Colors of #aff18d

#aff18d #8df19d #e1f18d

Monochromatic Colors of #aff18d

#aff18d

Complementary Color

#aff18d #cf8df1

#aff18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff18d Color CSS Codes

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

#aff18d Text Font Color

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

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


#aff18d Background Color

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

This div background color is #aff18d


#aff18d Border Color

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

This div border color is #aff18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff18d


Comments

No comments written yet.

Please login to write comment.