Color Hex Logo

#a4c905 Color Hex

#A4C905
(164,201,5)
0 Favorites   0 Comments

Color spaces of #a4c905

RGB 1642015
HSL0.200.950.40
HSV71°98°79°
CMYK 0.180.000.98   0.21
XYZ36.223949.67687.8230
Yxy49.67680.38650.5300
Hunter Lab70.4818-31.603542.7565
CIE-Lab75.8705-33.481475.2527

#a4c905 color RGB value is (164,201,5).

#a4c905 hex color red value is 164, green value is 201 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #a4c905 hue: 0.20 , saturation: 0.95 and the lightness value of a4c905 is 0.40.

The process color (four color CMYK) of #a4c905 color hex is 0.18, 0.00, 0.98, 0.21. Web safe color of #a4c905 is #99cc00. Color #a4c905 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001001 00000101
Octal 244 311 5
Decimal 164 201 5
Hex A4 C9 5

RGB Percentages of Color #a4c905

%44.32
%54.32
%1.35

CMYK Percentages of Color #a4c905

%18
%0
%98
%21

Triadic Colors of #a4c905

#a4c905 #05a4c9 #c905a4

Analogous Colors of #a4c905

#a4c905 #42c905 #c98c05

Monochromatic Colors of #a4c905

#a4c905

Complementary Color

#a4c905 #2a05c9

#a4c905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4c905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4c905 Color CSS Codes

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

#a4c905 Text Font Color

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

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


#a4c905 Background Color

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

This div background color is #a4c905


#a4c905 Border Color

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

This div border color is #a4c905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4c905


Comments

No comments written yet.

Please login to write comment.