Color Hex Logo

#7acd1d Color Hex

#7ACD1D
(122,205,29)
0 Favorites   0 Comments

Color spaces of #7acd1d

RGB 12220529
HSL0.250.750.46
HSV88°86°80°
CMYK 0.400.000.86   0.20
XYZ30.079147.88898.8206
Yxy47.88890.34660.5518
Hunter Lab69.2018-43.516840.8840
CIE-Lab74.7548-50.453169.9353

#7acd1d color RGB value is (122,205,29).

#7acd1d hex color red value is 122, green value is 205 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #7acd1d hue: 0.25 , saturation: 0.75 and the lightness value of 7acd1d is 0.46.

The process color (four color CMYK) of #7acd1d color hex is 0.40, 0.00, 0.86, 0.20. Web safe color of #7acd1d is #66cc33. Color #7acd1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001101 00011101
Octal 172 315 35
Decimal 122 205 29
Hex 7A CD 1D

RGB Percentages of Color #7acd1d

%34.27
%57.58
%8.15

CMYK Percentages of Color #7acd1d

%40
%0
%86
%20

Triadic Colors of #7acd1d

#7acd1d #1d7acd #cd1d7a

Analogous Colors of #7acd1d

#7acd1d #22cd1d #cdc81d

Monochromatic Colors of #7acd1d

#7acd1d

Complementary Color

#7acd1d #701dcd

#7acd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acd1d Color CSS Codes

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

#7acd1d Text Font Color

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

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


#7acd1d Background Color

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

This div background color is #7acd1d


#7acd1d Border Color

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

This div border color is #7acd1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,205,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7acd1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7acd1d;
  -webkit-box-shadow: 1px 1px 3px 2px #7acd1d;
  box-shadow:         1px 1px 3px 2px #7acd1d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acd1d


Comments

No comments written yet.

Please login to write comment.