Color Hex Logo

#a8f993 Color Hex

#A8F993
(168,249,147)
0 Favorites   0 Comments

Color spaces of #a8f993

RGB 168249147
HSL0.300.890.78
HSV108°41°98°
CMYK 0.330.000.41   0.02
XYZ55.290678.182839.7804
Yxy78.18280.31910.4513
Hunter Lab88.4210-43.118935.2203
CIE-Lab90.8633-43.228541.2699

#a8f993 color RGB value is (168,249,147).

#a8f993 hex color red value is 168, green value is 249 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #a8f993 hue: 0.30 , saturation: 0.89 and the lightness value of a8f993 is 0.78.

The process color (four color CMYK) of #a8f993 color hex is 0.33, 0.00, 0.41, 0.02. Web safe color of #a8f993 is #99ff99. Color #a8f993 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111001 10010011
Octal 250 371 223
Decimal 168 249 147
Hex A8 F9 93

RGB Percentages of Color #a8f993

%29.79
%44.15
%26.06

CMYK Percentages of Color #a8f993

%33
%0
%41
%2

Triadic Colors of #a8f993

#a8f993 #93a8f9 #f993a8

Analogous Colors of #a8f993

#a8f993 #93f9b1 #dbf993

Monochromatic Colors of #a8f993

#a8f993

Complementary Color

#a8f993 #e493f9

#a8f993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8f993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8f993 Color CSS Codes

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

#a8f993 Text Font Color

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

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


#a8f993 Background Color

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

This div background color is #a8f993


#a8f993 Border Color

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

This div border color is #a8f993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8f993


Comments

No comments written yet.

Please login to write comment.