Color Hex Logo

#7db307 Color Hex

#7DB307
(125,179,7)
0 Favorites   0 Comments

Color spaces of #7db307

RGB 1251797
HSL0.220.920.36
HSV79°96°70°
CMYK 0.300.000.96   0.30
XYZ24.615936.61555.9711
Yxy36.61550.36630.5449
Hunter Lab60.5107-33.279636.5069
CIE-Lab66.9876-38.994967.0970

#7db307 color RGB value is (125,179,7).

#7db307 hex color red value is 125, green value is 179 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #7db307 hue: 0.22 , saturation: 0.92 and the lightness value of 7db307 is 0.36.

The process color (four color CMYK) of #7db307 color hex is 0.30, 0.00, 0.96, 0.30. Web safe color of #7db307 is #66cc00. Color #7db307 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110011 00000111
Octal 175 263 7
Decimal 125 179 7
Hex 7D B3 7

RGB Percentages of Color #7db307

%40.19
%57.56
%2.25

CMYK Percentages of Color #7db307

%30
%0
%96
%30

Triadic Colors of #7db307

#7db307 #077db3 #b3077d

Analogous Colors of #7db307

#7db307 #27b307 #b39307

Monochromatic Colors of #7db307

#7db307

Complementary Color

#7db307 #3d07b3

#7db307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db307 Color CSS Codes

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

#7db307 Text Font Color

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

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


#7db307 Background Color

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

This div background color is #7db307


#7db307 Border Color

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

This div border color is #7db307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db307


Comments

No comments written yet.

Please login to write comment.