Color Hex Logo

#a5c35d Color Hex

#A5C35D
(165,195,93)
0 Favorites   0 Comments

Color spaces of #a5c35d

RGB 16519593
HSL0.220.460.56
HSV78°52°76°
CMYK 0.150.000.52   0.24
XYZ37.007947.819917.6356
Yxy47.81990.36120.4667
Hunter Lab69.1519-25.488433.2858
CIE-Lab74.7112-25.888047.3785

#a5c35d color RGB value is (165,195,93).

#a5c35d hex color red value is 165, green value is 195 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a5c35d hue: 0.22 , saturation: 0.46 and the lightness value of a5c35d is 0.56.

The process color (four color CMYK) of #a5c35d color hex is 0.15, 0.00, 0.52, 0.24. Web safe color of #a5c35d is #99cc66. Color #a5c35d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11000011 01011101
Octal 245 303 135
Decimal 165 195 93
Hex A5 C3 5D

RGB Percentages of Color #a5c35d

%36.42
%43.05
%20.53

CMYK Percentages of Color #a5c35d

%15
%0
%52
%24

Triadic Colors of #a5c35d

#a5c35d #5da5c3 #c35da5

Analogous Colors of #a5c35d

#a5c35d #72c35d #c3ae5d

Monochromatic Colors of #a5c35d

#a5c35d

Complementary Color

#a5c35d #7b5dc3

#a5c35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5c35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5c35d Color CSS Codes

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

#a5c35d Text Font Color

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

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


#a5c35d Background Color

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

This div background color is #a5c35d


#a5c35d Border Color

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

This div border color is #a5c35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5c35d


Comments

No comments written yet.

Please login to write comment.