Color Hex Logo

#a5ca7b Color Hex

#A5CA7B
(165,202,123)
0 Favorites   0 Comments

Color spaces of #a5ca7b

RGB 165202123
HSL0.240.430.64
HSV88°39°79°
CMYK 0.180.000.39   0.21
XYZ40.212751.670526.5929
Yxy51.67050.33940.4361
Hunter Lab71.8822-25.936528.3831
CIE-Lab77.0834-25.864235.4727

#a5ca7b color RGB value is (165,202,123).

#a5ca7b hex color red value is 165, green value is 202 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #a5ca7b hue: 0.24 , saturation: 0.43 and the lightness value of a5ca7b is 0.64.

The process color (four color CMYK) of #a5ca7b color hex is 0.18, 0.00, 0.39, 0.21. Web safe color of #a5ca7b is #99cc66. Color #a5ca7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001010 01111011
Octal 245 312 173
Decimal 165 202 123
Hex A5 CA 7B

RGB Percentages of Color #a5ca7b

%33.67
%41.22
%25.10

CMYK Percentages of Color #a5ca7b

%18
%0
%39
%21

Triadic Colors of #a5ca7b

#a5ca7b #7ba5ca #ca7ba5

Analogous Colors of #a5ca7b

#a5ca7b #7eca7b #cac87b

Monochromatic Colors of #a5ca7b

#a5ca7b

Complementary Color

#a5ca7b #a07bca

#a5ca7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ca7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ca7b Color CSS Codes

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

#a5ca7b Text Font Color

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

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


#a5ca7b Background Color

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

This div background color is #a5ca7b


#a5ca7b Border Color

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

This div border color is #a5ca7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ca7b


Comments

No comments written yet.

Please login to write comment.