Color Hex Logo

#a4b015 Color Hex

#A4B015
(164,176,21)
0 Favorites   0 Comments

Color spaces of #a4b015

RGB 16417621
HSL0.180.790.39
HSV65°88°69°
CMYK 0.070.000.88   0.31
XYZ30.970538.99736.6044
Yxy38.99730.40450.5093
Hunter Lab62.4478-20.758037.4430
CIE-Lab68.7493-21.234267.5379

#a4b015 color RGB value is (164,176,21).

#a4b015 hex color red value is 164, green value is 176 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #a4b015 hue: 0.18 , saturation: 0.79 and the lightness value of a4b015 is 0.39.

The process color (four color CMYK) of #a4b015 color hex is 0.07, 0.00, 0.88, 0.31. Web safe color of #a4b015 is #999900. Color #a4b015 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10110000 00010101
Octal 244 260 25
Decimal 164 176 21
Hex A4 B0 15

RGB Percentages of Color #a4b015

%45.43
%48.75
%5.82

CMYK Percentages of Color #a4b015

%7
%0
%88
%31

Triadic Colors of #a4b015

#a4b015 #15a4b0 #b015a4

Analogous Colors of #a4b015

#a4b015 #57b015 #b06f15

Monochromatic Colors of #a4b015

#a4b015

Complementary Color

#a4b015 #2115b0

#a4b015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4b015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4b015 Color CSS Codes

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

#a4b015 Text Font Color

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

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


#a4b015 Background Color

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

This div background color is #a4b015


#a4b015 Border Color

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

This div border color is #a4b015


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,176,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4b015; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4b015;
  -webkit-box-shadow: 1px 1px 3px 2px #a4b015;
  box-shadow:         1px 1px 3px 2px #a4b015; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,176,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4b015


Comments

No comments written yet.

Please login to write comment.