Color Hex Logo

#7abd1c Color Hex

#7ABD1C
(122,189,28)
0 Favorites   0 Comments

Color spaces of #7abd1c

RGB 12218928
HSL0.240.740.43
HSV85°85°74°
CMYK 0.350.000.85   0.26
XYZ26.433240.61667.5452
Yxy40.61660.35440.5445
Hunter Lab63.7312-37.494737.5924
CIE-Lab69.9065-43.918865.9660

#7abd1c color RGB value is (122,189,28).

#7abd1c hex color red value is 122, green value is 189 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #7abd1c hue: 0.24 , saturation: 0.74 and the lightness value of 7abd1c is 0.43.

The process color (four color CMYK) of #7abd1c color hex is 0.35, 0.00, 0.85, 0.26. Web safe color of #7abd1c is #66cc33. Color #7abd1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111101 00011100
Octal 172 275 34
Decimal 122 189 28
Hex 7A BD 1C

RGB Percentages of Color #7abd1c

%35.99
%55.75
%8.26

CMYK Percentages of Color #7abd1c

%35
%0
%85
%26

Triadic Colors of #7abd1c

#7abd1c #1c7abd #bd1c7a

Analogous Colors of #7abd1c

#7abd1c #29bd1c #bdb01c

Monochromatic Colors of #7abd1c

#7abd1c

Complementary Color

#7abd1c #5f1cbd

#7abd1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abd1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abd1c Color CSS Codes

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

#7abd1c Text Font Color

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

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


#7abd1c Background Color

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

This div background color is #7abd1c


#7abd1c Border Color

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

This div border color is #7abd1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abd1c


Comments

No comments written yet.

Please login to write comment.