Color Hex Logo

#7cd07d Color Hex

#7CD07D
(124,208,125)
0 Favorites   0 Comments

Color spaces of #7cd07d

RGB 124208125
HSL0.340.470.65
HSV121°40°82°
CMYK 0.400.000.40   0.18
XYZ34.569750.877527.4004
Yxy50.87750.30630.4509
Hunter Lab71.3285-38.313927.1540
CIE-Lab76.6047-42.250833.3947

#7cd07d color RGB value is (124,208,125).

#7cd07d hex color red value is 124, green value is 208 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #7cd07d hue: 0.34 , saturation: 0.47 and the lightness value of 7cd07d is 0.65.

The process color (four color CMYK) of #7cd07d color hex is 0.40, 0.00, 0.40, 0.18. Web safe color of #7cd07d is #66cc66. Color #7cd07d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010000 01111101
Octal 174 320 175
Decimal 124 208 125
Hex 7C D0 7D

RGB Percentages of Color #7cd07d

%27.13
%45.51
%27.35

CMYK Percentages of Color #7cd07d

%40
%0
%40
%18

Triadic Colors of #7cd07d

#7cd07d #7d7cd0 #d07d7c

Analogous Colors of #7cd07d

#7cd07d #7cd0a7 #a5d07c

Monochromatic Colors of #7cd07d

#7cd07d

Complementary Color

#7cd07d #d07ccf

#7cd07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd07d Color CSS Codes

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

#7cd07d Text Font Color

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

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


#7cd07d Background Color

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

This div background color is #7cd07d


#7cd07d Border Color

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

This div border color is #7cd07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd07d


Comments

No comments written yet.

Please login to write comment.