Color Hex Logo

#a2b402 Color Hex

#A2B402
(162,180,2)
0 Favorites   0 Comments

Color spaces of #a2b402

RGB 1621802
HSL0.180.980.36
HSV66°99°71°
CMYK 0.100.000.99   0.29
XYZ31.232540.32836.1954
Yxy40.32830.40170.5187
Hunter Lab63.5046-23.344038.6690
CIE-Lab69.7027-24.376270.8385

#a2b402 color RGB value is (162,180,2).

#a2b402 hex color red value is 162, green value is 180 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #a2b402 hue: 0.18 , saturation: 0.98 and the lightness value of a2b402 is 0.36.

The process color (four color CMYK) of #a2b402 color hex is 0.10, 0.00, 0.99, 0.29. Web safe color of #a2b402 is #99cc00. Color #a2b402 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10110100 00000010
Octal 242 264 2
Decimal 162 180 2
Hex A2 B4 2

RGB Percentages of Color #a2b402

%47.09
%52.33
%0.58

CMYK Percentages of Color #a2b402

%10
%0
%99
%29

Triadic Colors of #a2b402

#a2b402 #02a2b4 #b402a2

Analogous Colors of #a2b402

#a2b402 #49b402 #b46d02

Monochromatic Colors of #a2b402

#a2b402

Complementary Color

#a2b402 #1402b4

#a2b402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2b402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2b402 Color CSS Codes

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

#a2b402 Text Font Color

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

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


#a2b402 Background Color

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

This div background color is #a2b402


#a2b402 Border Color

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

This div border color is #a2b402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2b402


Comments

No comments written yet.

Please login to write comment.