Color Hex Logo

#7dc266 Color Hex

#7DC266
(125,194,102)
0 Favorites   0 Comments

Color spaces of #7dc266

RGB 125194102
HSL0.290.430.58
HSV105°47°76°
CMYK 0.360.000.47   0.24
XYZ30.147543.902919.4555
Yxy43.90290.32240.4695
Hunter Lab66.2593-34.737528.9723
CIE-Lab72.1635-39.025839.3580

#7dc266 color RGB value is (125,194,102).

#7dc266 hex color red value is 125, green value is 194 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #7dc266 hue: 0.29 , saturation: 0.43 and the lightness value of 7dc266 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11000010 01100110
Octal 175 302 146
Decimal 125 194 102
Hex 7D C2 66

RGB Percentages of Color #7dc266

%29.69
%46.08
%24.23

CMYK Percentages of Color #7dc266

%36
%0
%47
%24

Triadic Colors of #7dc266

#7dc266 #667dc2 #c2667d

Analogous Colors of #7dc266

#7dc266 #66c27d #abc266

Monochromatic Colors of #7dc266

#7dc266

Complementary Color

#7dc266 #ab66c2

#7dc266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc266 Color CSS Codes

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

#7dc266 Text Font Color

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

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


#7dc266 Background Color

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

This div background color is #7dc266


#7dc266 Border Color

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

This div border color is #7dc266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc266


Comments

No comments written yet.

Please login to write comment.