Color Hex Logo

#7cd449 Color Hex

#7CD449
(124,212,73)
0 Favorites   0 Comments

Color spaces of #7cd449

RGB 12421273
HSL0.270.620.56
HSV98°66°83°
CMYK 0.420.000.66   0.17
XYZ33.058351.853114.5696
Yxy51.85310.33230.5212
Hunter Lab72.0091-44.069238.4102
CIE-Lab77.1929-50.065158.3813

#7cd449 color RGB value is (124,212,73).

#7cd449 hex color red value is 124, green value is 212 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #7cd449 hue: 0.27 , saturation: 0.62 and the lightness value of 7cd449 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010100 01001001
Octal 174 324 111
Decimal 124 212 73
Hex 7C D4 49

RGB Percentages of Color #7cd449

%30.32
%51.83
%17.85

CMYK Percentages of Color #7cd449

%42
%0
%66
%17

Triadic Colors of #7cd449

#7cd449 #497cd4 #d4497c

Analogous Colors of #7cd449

#7cd449 #49d45c #c2d449

Monochromatic Colors of #7cd449

#7cd449

Complementary Color

#7cd449 #a149d4

#7cd449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd449 Color CSS Codes

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

#7cd449 Text Font Color

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

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


#7cd449 Background Color

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

This div background color is #7cd449


#7cd449 Border Color

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

This div border color is #7cd449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd449


Comments

No comments written yet.

Please login to write comment.