Color Hex Logo

#7cd09f Color Hex

#7CD09F
(124,208,159)
0 Favorites   0 Comments

Color spaces of #7cd09f

RGB 124208159
HSL0.400.470.65
HSV145°40°82°
CMYK 0.400.000.24   0.18
XYZ37.126151.900040.8618
Yxy51.90000.28580.3996
Hunter Lab72.0417-34.084316.8001
CIE-Lab77.2210-36.317816.4648

#7cd09f color RGB value is (124,208,159).

#7cd09f hex color red value is 124, green value is 208 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #7cd09f hue: 0.40 , saturation: 0.47 and the lightness value of 7cd09f is 0.65.

The process color (four color CMYK) of #7cd09f color hex is 0.40, 0.00, 0.24, 0.18. Web safe color of #7cd09f is #66cc99. Color #7cd09f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010000 10011111
Octal 174 320 237
Decimal 124 208 159
Hex 7C D0 9F

RGB Percentages of Color #7cd09f

%25.25
%42.36
%32.38

CMYK Percentages of Color #7cd09f

%40
%0
%24
%18

Triadic Colors of #7cd09f

#7cd09f #9f7cd0 #d09f7c

Analogous Colors of #7cd09f

#7cd09f #7cd0c9 #83d07c

Monochromatic Colors of #7cd09f

#7cd09f

Complementary Color

#7cd09f #d07cad

#7cd09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd09f Color CSS Codes

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

#7cd09f Text Font Color

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

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


#7cd09f Background Color

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

This div background color is #7cd09f


#7cd09f Border Color

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

This div border color is #7cd09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd09f


Comments

No comments written yet.

Please login to write comment.