Color Hex Logo

#a2cb0b Color Hex

#A2CB0B
(162,203,11)
0 Favorites   0 Comments

Color spaces of #a2cb0b

RGB 16220311
HSL0.200.900.42
HSV73°95°80°
CMYK 0.200.000.95   0.20
XYZ36.316650.41748.1341
Yxy50.41740.38280.5314
Hunter Lab71.0052-32.962842.9116
CIE-Lab76.3247-35.130674.9481

#a2cb0b color RGB value is (162,203,11).

#a2cb0b hex color red value is 162, green value is 203 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #a2cb0b hue: 0.20 , saturation: 0.90 and the lightness value of a2cb0b is 0.42.

The process color (four color CMYK) of #a2cb0b color hex is 0.20, 0.00, 0.95, 0.20. Web safe color of #a2cb0b is #99cc00. Color #a2cb0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001011 00001011
Octal 242 313 13
Decimal 162 203 11
Hex A2 CB B

RGB Percentages of Color #a2cb0b

%43.09
%53.99
%2.93

CMYK Percentages of Color #a2cb0b

%20
%0
%95
%20

Triadic Colors of #a2cb0b

#a2cb0b #0ba2cb #cb0ba2

Analogous Colors of #a2cb0b

#a2cb0b #42cb0b #cb940b

Monochromatic Colors of #a2cb0b

#a2cb0b

Complementary Color

#a2cb0b #340bcb

#a2cb0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2cb0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2cb0b Color CSS Codes

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

#a2cb0b Text Font Color

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

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


#a2cb0b Background Color

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

This div background color is #a2cb0b


#a2cb0b Border Color

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

This div border color is #a2cb0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2cb0b


Comments

No comments written yet.

Please login to write comment.