Color Hex Logo

#7db91c Color Hex

#7DB91C
(125,185,28)
0 Favorites   0 Comments

Color spaces of #7db91c

RGB 12518528
HSL0.230.740.42
HSV83°85°73°
CMYK 0.320.000.85   0.27
XYZ26.016039.14177.2825
Yxy39.14170.35910.5403
Hunter Lab62.5633-35.259336.8929
CIE-Lab68.8538-41.107665.1157

#7db91c color RGB value is (125,185,28).

#7db91c hex color red value is 125, green value is 185 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #7db91c hue: 0.23 , saturation: 0.74 and the lightness value of 7db91c is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111001 00011100
Octal 175 271 34
Decimal 125 185 28
Hex 7D B9 1C

RGB Percentages of Color #7db91c

%36.98
%54.73
%8.28

CMYK Percentages of Color #7db91c

%32
%0
%85
%27

Triadic Colors of #7db91c

#7db91c #1c7db9 #b91c7d

Analogous Colors of #7db91c

#7db91c #2fb91c #b9a71c

Monochromatic Colors of #7db91c

#7db91c

Complementary Color

#7db91c #581cb9

#7db91c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db91c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db91c Color CSS Codes

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

#7db91c Text Font Color

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

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


#7db91c Background Color

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

This div background color is #7db91c


#7db91c Border Color

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

This div border color is #7db91c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,185,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 #7db91c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db91c


Comments

No comments written yet.

Please login to write comment.