Color Hex Logo

#7cce72 Color Hex

#7CCE72
(124,206,114)
0 Favorites   0 Comments

Color spaces of #7cce72

RGB 124206114
HSL0.320.480.63
HSV113°45°81°
CMYK 0.400.000.45   0.19
XYZ33.420749.642623.7401
Yxy49.64260.31290.4648
Hunter Lab70.4575-38.631229.3430
CIE-Lab75.8494-42.993737.9856

#7cce72 color RGB value is (124,206,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001110 01110010
Octal 174 316 162
Decimal 124 206 114
Hex 7C CE 72

RGB Percentages of Color #7cce72

%27.93
%46.40
%25.68

CMYK Percentages of Color #7cce72

%40
%0
%45
%19

Triadic Colors of #7cce72

#7cce72 #727cce #ce727c

Analogous Colors of #7cce72

#7cce72 #72ce96 #aace72

Monochromatic Colors of #7cce72

#7cce72

Complementary Color

#7cce72 #c472ce

#7cce72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cce72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cce72 Color CSS Codes

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

#7cce72 Text Font Color

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

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


#7cce72 Background Color

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

This div background color is #7cce72


#7cce72 Border Color

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

This div border color is #7cce72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cce72


Comments

No comments written yet.

Please login to write comment.