Color Hex Logo

#7cd712 Color Hex

#7CD712
(124,215,18)
0 Favorites   0 Comments

Color spaces of #7cd712

RGB 12421518
HSL0.240.850.46
HSV88°92°84°
CMYK 0.420.000.92   0.16
XYZ32.721852.92969.0641
Yxy52.92960.34550.5588
Hunter Lab72.7527-47.033843.5401
CIE-Lab77.8334-54.023074.4541

#7cd712 color RGB value is (124,215,18).

#7cd712 hex color red value is 124, green value is 215 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #7cd712 hue: 0.24 , saturation: 0.85 and the lightness value of 7cd712 is 0.46.

The process color (four color CMYK) of #7cd712 color hex is 0.42, 0.00, 0.92, 0.16. Web safe color of #7cd712 is #66cc00. Color #7cd712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010111 00010010
Octal 174 327 22
Decimal 124 215 18
Hex 7C D7 12

RGB Percentages of Color #7cd712

%34.73
%60.22
%5.04

CMYK Percentages of Color #7cd712

%42
%0
%92
%16

Triadic Colors of #7cd712

#7cd712 #127cd7 #d7127c

Analogous Colors of #7cd712

#7cd712 #1ad712 #d7d012

Monochromatic Colors of #7cd712

#7cd712

Complementary Color

#7cd712 #6d12d7

#7cd712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd712 Color CSS Codes

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

#7cd712 Text Font Color

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

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


#7cd712 Background Color

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

This div background color is #7cd712


#7cd712 Border Color

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

This div border color is #7cd712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd712


Comments

No comments written yet.

Please login to write comment.