Color Hex Logo

#7dc292 Color Hex

#7DC292
(125,194,146)
0 Favorites   0 Comments

Color spaces of #7dc292

RGB 125194146
HSL0.380.360.63
HSV138°36°76°
CMYK 0.360.000.25   0.24
XYZ32.937545.018934.1476
Yxy45.01890.29380.4016
Hunter Lab67.0961-29.792516.7925
CIE-Lab72.9043-32.008717.4009

#7dc292 color RGB value is (125,194,146).

#7dc292 hex color red value is 125, green value is 194 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #7dc292 hue: 0.38 , saturation: 0.36 and the lightness value of 7dc292 is 0.63.

The process color (four color CMYK) of #7dc292 color hex is 0.36, 0.00, 0.25, 0.24. Web safe color of #7dc292 is #66cc99. Color #7dc292 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11000010 10010010
Octal 175 302 222
Decimal 125 194 146
Hex 7D C2 92

RGB Percentages of Color #7dc292

%26.88
%41.72
%31.40

CMYK Percentages of Color #7dc292

%36
%0
%25
%24

Triadic Colors of #7dc292

#7dc292 #927dc2 #c2927d

Analogous Colors of #7dc292

#7dc292 #7dc2b5 #8bc27d

Monochromatic Colors of #7dc292

#7dc292

Complementary Color

#7dc292 #c27dad

#7dc292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc292 Color CSS Codes

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

#7dc292 Text Font Color

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

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


#7dc292 Background Color

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

This div background color is #7dc292


#7dc292 Border Color

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

This div border color is #7dc292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc292


Comments

No comments written yet.

Please login to write comment.