Color Hex Logo

#a7df52 Color Hex

#A7DF52
(167,223,82)
0 Favorites   0 Comments

Color spaces of #a7df52

RGB 16722382
HSL0.230.690.60
HSV84°63°87°
CMYK 0.250.000.63   0.13
XYZ43.847061.600017.5617
Yxy61.60000.35650.5008
Hunter Lab78.4857-37.628741.6734
CIE-Lab82.7002-39.091461.3052

#a7df52 color RGB value is (167,223,82).

#a7df52 hex color red value is 167, green value is 223 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a7df52 hue: 0.23 , saturation: 0.69 and the lightness value of a7df52 is 0.60.

The process color (four color CMYK) of #a7df52 color hex is 0.25, 0.00, 0.63, 0.13. Web safe color of #a7df52 is #99cc66. Color #a7df52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011111 01010010
Octal 247 337 122
Decimal 167 223 82
Hex A7 DF 52

RGB Percentages of Color #a7df52

%35.38
%47.25
%17.37

CMYK Percentages of Color #a7df52

%25
%0
%63
%13

Triadic Colors of #a7df52

#a7df52 #52a7df #df52a7

Analogous Colors of #a7df52

#a7df52 #60df52 #dfd152

Monochromatic Colors of #a7df52

#a7df52

Complementary Color

#a7df52 #8a52df

#a7df52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7df52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7df52 Color CSS Codes

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

#a7df52 Text Font Color

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

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


#a7df52 Background Color

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

This div background color is #a7df52


#a7df52 Border Color

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

This div border color is #a7df52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7df52


Comments

No comments written yet.

Please login to write comment.