Color Hex Logo

#a5b12b Color Hex

#A5B12B
(165,177,43)
0 Favorites   0 Comments

Color spaces of #a5b12b

RGB 16517743
HSL0.180.610.43
HSV65°76°69°
CMYK 0.070.000.76   0.31
XYZ31.675239.61808.2631
Yxy39.61800.39810.4980
Hunter Lab62.9428-20.322036.2764
CIE-Lab69.1966-20.572062.2152

#a5b12b color RGB value is (165,177,43).

#a5b12b hex color red value is 165, green value is 177 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #a5b12b hue: 0.18 , saturation: 0.61 and the lightness value of a5b12b is 0.43.

The process color (four color CMYK) of #a5b12b color hex is 0.07, 0.00, 0.76, 0.31. Web safe color of #a5b12b is #999933. Color #a5b12b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10110001 00101011
Octal 245 261 53
Decimal 165 177 43
Hex A5 B1 2B

RGB Percentages of Color #a5b12b

%42.86
%45.97
%11.17

CMYK Percentages of Color #a5b12b

%7
%0
%76
%31

Triadic Colors of #a5b12b

#a5b12b #2ba5b1 #b12ba5

Analogous Colors of #a5b12b

#a5b12b #62b12b #b17a2b

Monochromatic Colors of #a5b12b

#a5b12b

Complementary Color

#a5b12b #372bb1

#a5b12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5b12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5b12b Color CSS Codes

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

#a5b12b Text Font Color

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

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


#a5b12b Background Color

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

This div background color is #a5b12b


#a5b12b Border Color

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

This div border color is #a5b12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5b12b


Comments

No comments written yet.

Please login to write comment.