Color Hex Logo

#a7ff94 Color Hex

#A7FF94
(167,255,148)
0 Favorites   0 Comments

Color spaces of #a7ff94

RGB 167255148
HSL0.301.000.79
HSV109°42°100°
CMYK 0.350.000.42   0.00
XYZ57.041681.873640.8138
Yxy81.87360.31740.4555
Hunter Lab90.4840-45.819736.5954
CIE-Lab92.5190-46.005142.8972

#a7ff94 color RGB value is (167,255,148).

#a7ff94 hex color red value is 167, green value is 255 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a7ff94 hue: 0.30 , saturation: 1.00 and the lightness value of a7ff94 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111111 10010100
Octal 247 377 224
Decimal 167 255 148
Hex A7 FF 94

RGB Percentages of Color #a7ff94

%29.30
%44.74
%25.96

CMYK Percentages of Color #a7ff94

%35
%0
%42
%0

Triadic Colors of #a7ff94

#a7ff94 #94a7ff #ff94a7

Analogous Colors of #a7ff94

#a7ff94 #94ffb7 #ddff94

Monochromatic Colors of #a7ff94

#a7ff94

Complementary Color

#a7ff94 #ec94ff

#a7ff94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ff94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ff94 Color CSS Codes

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

#a7ff94 Text Font Color

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

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


#a7ff94 Background Color

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

This div background color is #a7ff94


#a7ff94 Border Color

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

This div border color is #a7ff94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ff94

Related Colors


Comments

No comments written yet.

Please login to write comment.