Color Hex Logo

#a8f19c Color Hex

#A8F19C
(168,241,156)
0 Favorites   0 Comments

Color spaces of #a8f19c

RGB 168241156
HSL0.310.750.78
HSV112°35°95°
CMYK 0.300.000.35   0.05
XYZ53.604573.635742.8404
Yxy73.63570.31520.4329
Hunter Lab85.8112-38.664430.4679
CIE-Lab88.7500-38.406434.0506

#a8f19c color RGB value is (168,241,156).

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

The process color (four color CMYK) of #a8f19c color hex is 0.30, 0.00, 0.35, 0.05. Web safe color of #a8f19c is #99ff99. Color #a8f19c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11110001 10011100
Octal 250 361 234
Decimal 168 241 156
Hex A8 F1 9C

RGB Percentages of Color #a8f19c

%29.73
%42.65
%27.61

CMYK Percentages of Color #a8f19c

%30
%0
%35
%5

Triadic Colors of #a8f19c

#a8f19c #9ca8f1 #f19ca8

Analogous Colors of #a8f19c

#a8f19c #9cf1bb #d3f19c

Monochromatic Colors of #a8f19c

#a8f19c

Complementary Color

#a8f19c #e59cf1

#a8f19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8f19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8f19c Color CSS Codes

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

#a8f19c Text Font Color

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

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


#a8f19c Background Color

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

This div background color is #a8f19c


#a8f19c Border Color

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

This div border color is #a8f19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8f19c


Comments

No comments written yet.

Please login to write comment.