Color Hex Logo

#a8f494 Color Hex

#A8F494
(168,244,148)
0 Favorites   0 Comments

Color spaces of #a8f494

RGB 168244148
HSL0.300.810.77
HSV108°39°96°
CMYK 0.310.000.39   0.04
XYZ53.844475.164339.6872
Yxy75.16430.31920.4456
Hunter Lab86.6973-40.860833.5471
CIE-Lab89.4699-40.894038.9793

#a8f494 color RGB value is (168,244,148).

#a8f494 hex color red value is 168, green value is 244 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a8f494 hue: 0.30 , saturation: 0.81 and the lightness value of a8f494 is 0.77.

The process color (four color CMYK) of #a8f494 color hex is 0.31, 0.00, 0.39, 0.04. Web safe color of #a8f494 is #99ff99. Color #a8f494 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11110100 10010100
Octal 250 364 224
Decimal 168 244 148
Hex A8 F4 94

RGB Percentages of Color #a8f494

%30.00
%43.57
%26.43

CMYK Percentages of Color #a8f494

%31
%0
%39
%4

Triadic Colors of #a8f494

#a8f494 #94a8f4 #f494a8

Analogous Colors of #a8f494

#a8f494 #94f4b0 #d8f494

Monochromatic Colors of #a8f494

#a8f494

Complementary Color

#a8f494 #e094f4

#a8f494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8f494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8f494 Color CSS Codes

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

#a8f494 Text Font Color

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

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


#a8f494 Background Color

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

This div background color is #a8f494


#a8f494 Border Color

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

This div border color is #a8f494


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,244,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8f494


Comments

No comments written yet.

Please login to write comment.