Color Hex Logo

#7dce74 Color Hex

#7DCE74
(125,206,116)
0 Favorites   0 Comments

Color spaces of #7dce74

RGB 125206116
HSL0.320.480.63
HSV114°44°81°
CMYK 0.390.000.44   0.19
XYZ33.681149.763524.3531
Yxy49.76350.31240.4616
Hunter Lab70.5432-38.225328.9120
CIE-Lab75.9239-42.400737.0868

#7dce74 color RGB value is (125,206,116).

#7dce74 hex color red value is 125, green value is 206 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #7dce74 hue: 0.32 , saturation: 0.48 and the lightness value of 7dce74 is 0.63.

The process color (four color CMYK) of #7dce74 color hex is 0.39, 0.00, 0.44, 0.19. Web safe color of #7dce74 is #66cc66. Color #7dce74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001110 01110100
Octal 175 316 164
Decimal 125 206 116
Hex 7D CE 74

RGB Percentages of Color #7dce74

%27.96
%46.09
%25.95

CMYK Percentages of Color #7dce74

%39
%0
%44
%19

Triadic Colors of #7dce74

#7dce74 #747dce #ce747d

Analogous Colors of #7dce74

#7dce74 #74ce98 #aace74

Monochromatic Colors of #7dce74

#7dce74

Complementary Color

#7dce74 #c574ce

#7dce74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dce74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dce74 Color CSS Codes

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

#7dce74 Text Font Color

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

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


#7dce74 Background Color

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

This div background color is #7dce74


#7dce74 Border Color

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

This div border color is #7dce74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dce74

#7dce74 Color Palettes


Comments

No comments written yet.

Please login to write comment.