Color Hex Logo

#7cd462 Color Hex

#7CD462
(124,212,98)
0 Favorites   0 Comments

Color spaces of #7cd462

RGB 12421298
HSL0.300.570.61
HSV106°54°83°
CMYK 0.420.000.54   0.17
XYZ34.060352.253919.8461
Yxy52.25390.32080.4922
Hunter Lab72.2869-42.395934.3229
CIE-Lab77.4324-47.580147.6933

#7cd462 color RGB value is (124,212,98).

#7cd462 hex color red value is 124, green value is 212 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #7cd462 hue: 0.30 , saturation: 0.57 and the lightness value of 7cd462 is 0.61.

The process color (four color CMYK) of #7cd462 color hex is 0.42, 0.00, 0.54, 0.17. Web safe color of #7cd462 is #66cc66. Color #7cd462 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010100 01100010
Octal 174 324 142
Decimal 124 212 98
Hex 7C D4 62

RGB Percentages of Color #7cd462

%28.57
%48.85
%22.58

CMYK Percentages of Color #7cd462

%42
%0
%54
%17

Triadic Colors of #7cd462

#7cd462 #627cd4 #d4627c

Analogous Colors of #7cd462

#7cd462 #62d481 #b5d462

Monochromatic Colors of #7cd462

#7cd462

Complementary Color

#7cd462 #ba62d4

#7cd462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd462 Color CSS Codes

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

#7cd462 Text Font Color

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

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


#7cd462 Background Color

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

This div background color is #7cd462


#7cd462 Border Color

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

This div border color is #7cd462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd462


Comments

No comments written yet.

Please login to write comment.