Color Hex Logo

#a7d102 Color Hex

#A7D102
(167,209,2)
0 Favorites   0 Comments

Color spaces of #a7d102

RGB 1672092
HSL0.200.980.41
HSV72°99°82°
CMYK 0.200.000.99   0.18
XYZ38.747853.82088.4037
Yxy53.82080.38370.5330
Hunter Lab73.3627-34.106744.5622
CIE-Lab78.3571-35.968877.5317

#a7d102 color RGB value is (167,209,2).

#a7d102 hex color red value is 167, green value is 209 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #a7d102 hue: 0.20 , saturation: 0.98 and the lightness value of a7d102 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11010001 00000010
Octal 247 321 2
Decimal 167 209 2
Hex A7 D1 2

RGB Percentages of Color #a7d102

%44.18
%55.29
%0.53

CMYK Percentages of Color #a7d102

%20
%0
%99
%18

Triadic Colors of #a7d102

#a7d102 #02a7d1 #d102a7

Analogous Colors of #a7d102

#a7d102 #3fd102 #d19402

Monochromatic Colors of #a7d102

#a7d102

Complementary Color

#a7d102 #2c02d1

#a7d102 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7d102 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7d102 Color CSS Codes

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

#a7d102 Text Font Color

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

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


#a7d102 Background Color

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

This div background color is #a7d102


#a7d102 Border Color

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

This div border color is #a7d102


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,209,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 #a7d102">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7d102


Comments

No comments written yet.

Please login to write comment.