Color Hex Logo

#7db616 Color Hex

#7DB616
(125,182,22)
0 Favorites   0 Comments

Color spaces of #7db616

RGB 12518222
HSL0.230.780.40
HSV81°88°71°
CMYK 0.310.000.88   0.29
XYZ25.330237.87386.7344
Yxy37.87380.36220.5415
Hunter Lab61.5417-34.228436.5912
CIE-Lab67.9275-39.993065.6087

#7db616 color RGB value is (125,182,22).

#7db616 hex color red value is 125, green value is 182 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #7db616 hue: 0.23 , saturation: 0.78 and the lightness value of 7db616 is 0.40.

The process color (four color CMYK) of #7db616 color hex is 0.31, 0.00, 0.88, 0.29. Web safe color of #7db616 is #66cc00. Color #7db616 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110110 00010110
Octal 175 266 26
Decimal 125 182 22
Hex 7D B6 16

RGB Percentages of Color #7db616

%37.99
%55.32
%6.69

CMYK Percentages of Color #7db616

%31
%0
%88
%29

Triadic Colors of #7db616

#7db616 #167db6 #b6167d

Analogous Colors of #7db616

#7db616 #2db616 #b69f16

Monochromatic Colors of #7db616

#7db616

Complementary Color

#7db616 #4f16b6

#7db616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db616 Color CSS Codes

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

#7db616 Text Font Color

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

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


#7db616 Background Color

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

This div background color is #7db616


#7db616 Border Color

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

This div border color is #7db616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db616


Comments

No comments written yet.

Please login to write comment.