color codes Logo

#a5c73b color codes

#A5C73B
(165,199,59)
0 Favorites   0 Comments

Color spaces of #a5c73b

RGB 16519959
HSL0.210.560.51
HSV75°70°78°
CMYK 0.170.000.70   0.22
XYZ36.729949.161911.6910
Yxy49.16190.37640.5038
Hunter Lab70.1155-29.195339.1949
CIE-Lab75.5519-30.428462.7890

#a5c73b color RGB value is (165,199,59).

#a5c73b hex color red value is 165, green value is 199 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a5c73b hue: 0.21 , saturation: 0.56 and the lightness value of a5c73b is 0.51.

The process color (four color CMYK) of #a5c73b color code is 0.17, 0.00, 0.70, 0.22. Web safe color of #a5c73b is #99cc33. Color #a5c73b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11000111 00111011
Octal 245 307 73
Decimal 165 199 59
Hex A5 C7 3B

RGB Percentages of Color #a5c73b

%39.01
%47.04
%13.95

CMYK Percentages of Color #a5c73b

%17
%0
%70
%22

Triadic Colors of #a5c73b

#a5c73b #3ba5c7 #c73ba5

Analogous Colors of #a5c73b

#a5c73b #5fc73b #c7a33b

Monochromatic Colors of #a5c73b

#a5c73b

Complementary Color

#a5c73b #5d3bc7

#a5c73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5c73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5c73b Color CSS Codes

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

#a5c73b Text Font Color

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

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


#a5c73b Background Color

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

This div background color is #a5c73b


#a5c73b Border Color

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

This div border color is #a5c73b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,199,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5c73b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5c73b;
  -webkit-box-shadow: 1px 1px 3px 2px #a5c73b;
  box-shadow:         1px 1px 3px 2px #a5c73b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,199,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5c73b


Comments

No comments written yet.

Please login to write comment.