Color Hex Logo

#7db83a Color Hex

#7DB83A
(125,184,58)
0 Favorites   0 Comments

Color spaces of #7db83a

RGB 12518458
HSL0.240.520.47
HSV88°68°72°
CMYK 0.320.000.68   0.28
XYZ26.361738.946410.1310
Yxy38.94640.34940.5163
Hunter Lab62.4071-33.811234.0599
CIE-Lab68.7124-39.066655.4282

#7db83a color RGB value is (125,184,58).

#7db83a hex color red value is 125, green value is 184 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #7db83a hue: 0.24 , saturation: 0.52 and the lightness value of 7db83a is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111000 00111010
Octal 175 270 72
Decimal 125 184 58
Hex 7D B8 3A

RGB Percentages of Color #7db83a

%34.06
%50.14
%15.80

CMYK Percentages of Color #7db83a

%32
%0
%68
%28

Triadic Colors of #7db83a

#7db83a #3a7db8 #b83a7d

Analogous Colors of #7db83a

#7db83a #3eb83a #b8b43a

Monochromatic Colors of #7db83a

#7db83a

Complementary Color

#7db83a #753ab8

#7db83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db83a Color CSS Codes

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

#7db83a Text Font Color

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

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


#7db83a Background Color

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

This div background color is #7db83a


#7db83a Border Color

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

This div border color is #7db83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db83a


Comments

No comments written yet.

Please login to write comment.