Color Hex Logo

#7db825 Color Hex

#7DB825
(125,184,37)
0 Favorites   0 Comments

Color spaces of #7db825

RGB 12518437
HSL0.230.670.43
HSV84°80°72°
CMYK 0.320.000.80   0.28
XYZ25.931938.77457.8677
Yxy38.77450.35730.5343
Hunter Lab62.2692-34.635036.0971
CIE-Lab68.5876-40.310462.5380

#7db825 color RGB value is (125,184,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111000 00100101
Octal 175 270 45
Decimal 125 184 37
Hex 7D B8 25

RGB Percentages of Color #7db825

%36.13
%53.18
%10.69

CMYK Percentages of Color #7db825

%32
%0
%80
%28

Triadic Colors of #7db825

#7db825 #257db8 #b8257d

Analogous Colors of #7db825

#7db825 #33b825 #b8aa25

Monochromatic Colors of #7db825

#7db825

Complementary Color

#7db825 #6025b8

#7db825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db825 Color CSS Codes

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

#7db825 Text Font Color

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

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


#7db825 Background Color

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

This div background color is #7db825


#7db825 Border Color

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

This div border color is #7db825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db825


Comments

No comments written yet.

Please login to write comment.