Color Hex Logo

#7dc566 Color Hex

#7DC566
(125,197,102)
0 Favorites   0 Comments

Color spaces of #7dc566

RGB 125197102
HSL0.290.450.59
HSV105°48°77°
CMYK 0.370.000.48   0.23
XYZ30.822045.251819.6804
Yxy45.25180.32190.4726
Hunter Lab67.2695-35.935129.7427
CIE-Lab73.0574-40.354340.4667

#7dc566 color RGB value is (125,197,102).

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

The process color (four color CMYK) of #7dc566 color hex is 0.37, 0.00, 0.48, 0.23. Web safe color of #7dc566 is #66cc66. Color #7dc566 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11000101 01100110
Octal 175 305 146
Decimal 125 197 102
Hex 7D C5 66

RGB Percentages of Color #7dc566

%29.48
%46.46
%24.06

CMYK Percentages of Color #7dc566

%37
%0
%48
%23

Triadic Colors of #7dc566

#7dc566 #667dc5 #c5667d

Analogous Colors of #7dc566

#7dc566 #66c57f #adc566

Monochromatic Colors of #7dc566

#7dc566

Complementary Color

#7dc566 #ae66c5

#7dc566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc566 Color CSS Codes

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

#7dc566 Text Font Color

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

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


#7dc566 Background Color

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

This div background color is #7dc566


#7dc566 Border Color

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

This div border color is #7dc566


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,197,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 #7dc566">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc566


Comments

No comments written yet.

Please login to write comment.