Color Hex Logo

#7dc14b Color Hex

#7DC14B
(125,193,75)
0 Favorites   0 Comments

Color spaces of #7dc14b

RGB 12519375
HSL0.260.490.53
HSV95°61°76°
CMYK 0.350.000.61   0.24
XYZ28.797443.007913.4402
Yxy43.00790.33780.5045
Hunter Lab65.5804-36.383533.7553
CIE-Lab71.5603-41.593951.3846

#7dc14b color RGB value is (125,193,75).

#7dc14b hex color red value is 125, green value is 193 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #7dc14b hue: 0.26 , saturation: 0.49 and the lightness value of 7dc14b is 0.53.

The process color (four color CMYK) of #7dc14b color hex is 0.35, 0.00, 0.61, 0.24. Web safe color of #7dc14b is #66cc33. Color #7dc14b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11000001 01001011
Octal 175 301 113
Decimal 125 193 75
Hex 7D C1 4B

RGB Percentages of Color #7dc14b

%31.81
%49.11
%19.08

CMYK Percentages of Color #7dc14b

%35
%0
%61
%24

Triadic Colors of #7dc14b

#7dc14b #4b7dc1 #c14b7d

Analogous Colors of #7dc14b

#7dc14b #4bc154 #b8c14b

Monochromatic Colors of #7dc14b

#7dc14b

Complementary Color

#7dc14b #8f4bc1

#7dc14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc14b Color CSS Codes

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

#7dc14b Text Font Color

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

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


#7dc14b Background Color

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

This div background color is #7dc14b


#7dc14b Border Color

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

This div border color is #7dc14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc14b


Comments

No comments written yet.

Please login to write comment.