Color Hex Logo

#7dba22 Color Hex

#7DBA22
(125,186,34)
0 Favorites   0 Comments

Color spaces of #7dba22

RGB 12518634
HSL0.230.690.43
HSV84°82°73°
CMYK 0.330.000.82   0.27
XYZ26.305139.59337.7692
Yxy39.59330.35710.5375
Hunter Lab62.9232-35.493536.7256
CIE-Lab69.1789-41.310763.9065

#7dba22 color RGB value is (125,186,34).

#7dba22 hex color red value is 125, green value is 186 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #7dba22 hue: 0.23 , saturation: 0.69 and the lightness value of 7dba22 is 0.43.

The process color (four color CMYK) of #7dba22 color hex is 0.33, 0.00, 0.82, 0.27. Web safe color of #7dba22 is #66cc33. Color #7dba22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111010 00100010
Octal 175 272 42
Decimal 125 186 34
Hex 7D BA 22

RGB Percentages of Color #7dba22

%36.23
%53.91
%9.86

CMYK Percentages of Color #7dba22

%33
%0
%82
%27

Triadic Colors of #7dba22

#7dba22 #227dba #ba227d

Analogous Colors of #7dba22

#7dba22 #31ba22 #baab22

Monochromatic Colors of #7dba22

#7dba22

Complementary Color

#7dba22 #5f22ba

#7dba22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dba22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dba22 Color CSS Codes

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

#7dba22 Text Font Color

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

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


#7dba22 Background Color

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

This div background color is #7dba22


#7dba22 Border Color

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

This div border color is #7dba22


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,186,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7dba22; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7dba22;
  -webkit-box-shadow: 1px 1px 3px 2px #7dba22;
  box-shadow:         1px 1px 3px 2px #7dba22; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dba22


Comments

No comments written yet.

Please login to write comment.