color codes Logo

#a7ca1c color codes

#A7CA1C
(167,202,28)
0 Favorites   0 Comments

Color spaces of #a7ca1c

RGB 16720228
HSL0.200.760.45
HSV72°86°79°
CMYK 0.170.000.86   0.21
XYZ37.266550.54048.8897
Yxy50.54040.38540.5227
Hunter Lab71.0918-30.840442.3503
CIE-Lab76.3998-32.317972.5461

#a7ca1c color RGB value is (167,202,28).

#a7ca1c hex color red value is 167, green value is 202 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #a7ca1c hue: 0.20 , saturation: 0.76 and the lightness value of a7ca1c is 0.45.

The process color (four color CMYK) of #a7ca1c color code is 0.17, 0.00, 0.86, 0.21. Web safe color of #a7ca1c is #99cc33. Color #a7ca1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001010 00011100
Octal 247 312 34
Decimal 167 202 28
Hex A7 CA 1C

RGB Percentages of Color #a7ca1c

%42.07
%50.88
%7.05

CMYK Percentages of Color #a7ca1c

%17
%0
%86
%21

Triadic Colors of #a7ca1c

#a7ca1c #1ca7ca #ca1ca7

Analogous Colors of #a7ca1c

#a7ca1c #50ca1c #ca961c

Monochromatic Colors of #a7ca1c

#a7ca1c

Complementary Color

#a7ca1c #3f1cca

#a7ca1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ca1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ca1c Color CSS Codes

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

#a7ca1c Text Font Color

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

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


#a7ca1c Background Color

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

This div background color is #a7ca1c


#a7ca1c Border Color

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

This div border color is #a7ca1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ca1c


Comments

No comments written yet.

Please login to write comment.