Color Hex Logo

#7db219 Color Hex

#7DB219
(125,178,25)
0 Favorites   0 Comments

Color spaces of #7db219

RGB 12517825
HSL0.220.750.40
HSV81°86°70°
CMYK 0.300.000.86   0.30
XYZ24.553336.27106.6266
Yxy36.27100.36400.5377
Hunter Lab60.2254-32.621835.6341
CIE-Lab66.7265-38.140063.9623

#7db219 color RGB value is (125,178,25).

#7db219 hex color red value is 125, green value is 178 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #7db219 hue: 0.22 , saturation: 0.75 and the lightness value of 7db219 is 0.40.

The process color (four color CMYK) of #7db219 color hex is 0.30, 0.00, 0.86, 0.30. Web safe color of #7db219 is #669900. Color #7db219 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110010 00011001
Octal 175 262 31
Decimal 125 178 25
Hex 7D B2 19

RGB Percentages of Color #7db219

%38.11
%54.27
%7.62

CMYK Percentages of Color #7db219

%30
%0
%86
%30

Triadic Colors of #7db219

#7db219 #197db2 #b2197d

Analogous Colors of #7db219

#7db219 #31b219 #b29b19

Monochromatic Colors of #7db219

#7db219

Complementary Color

#7db219 #4e19b2

#7db219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db219 Color CSS Codes

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

#7db219 Text Font Color

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

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


#7db219 Background Color

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

This div background color is #7db219


#7db219 Border Color

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

This div border color is #7db219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db219


Comments

No comments written yet.

Please login to write comment.