Color Hex Logo

#7cd16b Color Hex

#7CD16B
(124,209,107)
0 Favorites   0 Comments

Color spaces of #7cd16b

RGB 124209107
HSL0.310.530.62
HSV110°49°82°
CMYK 0.410.000.49   0.18
XYZ33.766550.947621.9641
Yxy50.94760.31650.4776
Hunter Lab71.3776-40.468031.7198
CIE-Lab76.6473-45.219942.4412

#7cd16b color RGB value is (124,209,107).

#7cd16b hex color red value is 124, green value is 209 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #7cd16b hue: 0.31 , saturation: 0.53 and the lightness value of 7cd16b is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010001 01101011
Octal 174 321 153
Decimal 124 209 107
Hex 7C D1 6B

RGB Percentages of Color #7cd16b

%28.18
%47.50
%24.32

CMYK Percentages of Color #7cd16b

%41
%0
%49
%18

Triadic Colors of #7cd16b

#7cd16b #6b7cd1 #d16b7c

Analogous Colors of #7cd16b

#7cd16b #6bd18d #afd16b

Monochromatic Colors of #7cd16b

#7cd16b

Complementary Color

#7cd16b #c06bd1

#7cd16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd16b Color CSS Codes

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

#7cd16b Text Font Color

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

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


#7cd16b Background Color

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

This div background color is #7cd16b


#7cd16b Border Color

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

This div border color is #7cd16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd16b


Comments

No comments written yet.

Please login to write comment.