Color Hex Logo

#a0d273 Color Hex

#A0D273
(160,210,115)
0 Favorites   0 Comments

Color spaces of #a0d273

RGB 160210115
HSL0.250.510.64
HSV92°45°82°
CMYK 0.240.000.45   0.18
XYZ40.638354.804624.6561
Yxy54.80460.33840.4563
Hunter Lab74.0301-31.566532.0743
CIE-Lab78.9286-32.498041.7659

#a0d273 color RGB value is (160,210,115).

#a0d273 hex color red value is 160, green value is 210 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #a0d273 hue: 0.25 , saturation: 0.51 and the lightness value of a0d273 is 0.64.

The process color (four color CMYK) of #a0d273 color hex is 0.24, 0.00, 0.45, 0.18. Web safe color of #a0d273 is #99cc66. Color #a0d273 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11010010 01110011
Octal 240 322 163
Decimal 160 210 115
Hex A0 D2 73

RGB Percentages of Color #a0d273

%32.99
%43.30
%23.71

CMYK Percentages of Color #a0d273

%24
%0
%45
%18

Triadic Colors of #a0d273

#a0d273 #73a0d2 #d273a0

Analogous Colors of #a0d273

#a0d273 #73d276 #d0d273

Monochromatic Colors of #a0d273

#a0d273

Complementary Color

#a0d273 #a573d2

#a0d273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0d273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0d273 Color CSS Codes

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

#a0d273 Text Font Color

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

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


#a0d273 Background Color

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

This div background color is #a0d273


#a0d273 Border Color

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

This div border color is #a0d273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0d273


Comments

No comments written yet.

Please login to write comment.