Color Hex Logo

#aff09c Color Hex

#AFF09C
(175,240,156)
0 Favorites   0 Comments

Color spaces of #aff09c

RGB 175240156
HSL0.300.740.78
HSV106°35°94°
CMYK 0.270.000.35   0.06
XYZ54.840073.834442.8136
Yxy73.83440.31980.4306
Hunter Lab85.9269-36.450530.6073
CIE-Lab88.8442-35.662534.2434

#aff09c color RGB value is (175,240,156).

#aff09c hex color red value is 175, green value is 240 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #aff09c hue: 0.30 , saturation: 0.74 and the lightness value of aff09c is 0.78.

The process color (four color CMYK) of #aff09c color hex is 0.27, 0.00, 0.35, 0.06. Web safe color of #aff09c is #99ff99. Color #aff09c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 10011100
Octal 257 360 234
Decimal 175 240 156
Hex AF F0 9C

RGB Percentages of Color #aff09c

%30.65
%42.03
%27.32

CMYK Percentages of Color #aff09c

%27
%0
%35
%6

Triadic Colors of #aff09c

#aff09c #9caff0 #f09caf

Analogous Colors of #aff09c

#aff09c #9cf0b3 #d9f09c

Monochromatic Colors of #aff09c

#aff09c

Complementary Color

#aff09c #dd9cf0

#aff09c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff09c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff09c Color CSS Codes

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

#aff09c Text Font Color

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

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


#aff09c Background Color

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

This div background color is #aff09c


#aff09c Border Color

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

This div border color is #aff09c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff09c


Comments

No comments written yet.

Please login to write comment.