Color Hex Logo

#a2c14b Color Hex

#A2C14B
(162,193,75)
0 Favorites   0 Comments

Color spaces of #a2c14b

RGB 16219375
HSL0.210.490.53
HSV76°61°76°
CMYK 0.160.000.61   0.24
XYZ35.240346.329313.7417
Yxy46.32930.36970.4861
Hunter Lab68.0656-26.698335.6759
CIE-Lab73.7587-27.690454.4358

#a2c14b color RGB value is (162,193,75).

#a2c14b hex color red value is 162, green value is 193 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a2c14b hue: 0.21 , saturation: 0.49 and the lightness value of a2c14b is 0.53.

The process color (four color CMYK) of #a2c14b color hex is 0.16, 0.00, 0.61, 0.24. Web safe color of #a2c14b is #99cc33. Color #a2c14b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11000001 01001011
Octal 242 301 113
Decimal 162 193 75
Hex A2 C1 4B

RGB Percentages of Color #a2c14b

%37.67
%44.88
%17.44

CMYK Percentages of Color #a2c14b

%16
%0
%61
%24

Triadic Colors of #a2c14b

#a2c14b #4ba2c1 #c14ba2

Analogous Colors of #a2c14b

#a2c14b #67c14b #c1a54b

Monochromatic Colors of #a2c14b

#a2c14b

Complementary Color

#a2c14b #6a4bc1

#a2c14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2c14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2c14b Color CSS Codes

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

#a2c14b Text Font Color

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

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


#a2c14b Background Color

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

This div background color is #a2c14b


#a2c14b Border Color

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

This div border color is #a2c14b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,193,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2c14b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2c14b;
  -webkit-box-shadow: 1px 1px 3px 2px #a2c14b;
  box-shadow:         1px 1px 3px 2px #a2c14b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,193,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2c14b


Comments

No comments written yet.

Please login to write comment.