Color Hex Logo

#a0f876 Color Hex

#A0F876
(160,248,118)
0 Favorites   0 Comments

Color spaces of #a0f876

RGB 160248118
HSL0.280.900.72
HSV101°52°97°
CMYK 0.350.000.52   0.03
XYZ51.334675.916429.0873
Yxy75.91640.32840.4856
Hunter Lab87.1300-47.310341.1978
CIE-Lab89.8205-48.935953.6407

#a0f876 color RGB value is (160,248,118).

#a0f876 hex color red value is 160, green value is 248 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a0f876 hue: 0.28 , saturation: 0.90 and the lightness value of a0f876 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111000 01110110
Octal 240 370 166
Decimal 160 248 118
Hex A0 F8 76

RGB Percentages of Color #a0f876

%30.42
%47.15
%22.43

CMYK Percentages of Color #a0f876

%35
%0
%52
%3

Triadic Colors of #a0f876

#a0f876 #76a0f8 #f876a0

Analogous Colors of #a0f876

#a0f876 #76f88d #e1f876

Monochromatic Colors of #a0f876

#a0f876

Complementary Color

#a0f876 #ce76f8

#a0f876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0f876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0f876 Color CSS Codes

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

#a0f876 Text Font Color

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

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


#a0f876 Background Color

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

This div background color is #a0f876


#a0f876 Border Color

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

This div border color is #a0f876


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,248,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0f876; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0f876;
  -webkit-box-shadow: 1px 1px 3px 2px #a0f876;
  box-shadow:         1px 1px 3px 2px #a0f876; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,248,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0f876

Related Colors


Comments

No comments written yet.

Please login to write comment.