Color Hex Logo

#a2fb78 Color Hex

#A2FB78
(162,251,120)
0 Favorites   0 Comments

Color spaces of #a2fb78

RGB 162251120
HSL0.280.940.73
HSV101°52°98°
CMYK 0.350.000.52   0.02
XYZ52.787678.031830.0487
Yxy78.03180.32810.4851
Hunter Lab88.3356-47.919341.6665
CIE-Lab90.7944-49.327753.9160

#a2fb78 color RGB value is (162,251,120).

#a2fb78 hex color red value is 162, green value is 251 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a2fb78 hue: 0.28 , saturation: 0.94 and the lightness value of a2fb78 is 0.73.

The process color (four color CMYK) of #a2fb78 color hex is 0.35, 0.00, 0.52, 0.02. Web safe color of #a2fb78 is #99ff66. Color #a2fb78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11111011 01111000
Octal 242 373 170
Decimal 162 251 120
Hex A2 FB 78

RGB Percentages of Color #a2fb78

%30.39
%47.09
%22.51

CMYK Percentages of Color #a2fb78

%35
%0
%52
%2

Triadic Colors of #a2fb78

#a2fb78 #78a2fb #fb78a2

Analogous Colors of #a2fb78

#a2fb78 #78fb90 #e4fb78

Monochromatic Colors of #a2fb78

#a2fb78

Complementary Color

#a2fb78 #d178fb

#a2fb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2fb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2fb78 Color CSS Codes

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

#a2fb78 Text Font Color

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

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


#a2fb78 Background Color

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

This div background color is #a2fb78


#a2fb78 Border Color

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

This div border color is #a2fb78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,251,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2fb78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2fb78;
  -webkit-box-shadow: 1px 1px 3px 2px #a2fb78;
  box-shadow:         1px 1px 3px 2px #a2fb78; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,251,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2fb78

Related Colors


Comments

No comments written yet.

Please login to write comment.