Color Hex Logo

#7cd094 Color Hex

#7CD094
(124,208,148)
0 Favorites   0 Comments

Color spaces of #7cd094

RGB 124208148
HSL0.380.470.65
HSV137°40°82°
CMYK 0.400.000.29   0.18
XYZ36.213451.535036.0556
Yxy51.53500.29250.4163
Hunter Lab71.7879-35.584520.4730
CIE-Lab77.0020-38.393621.9807

#7cd094 color RGB value is (124,208,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010000 10010100
Octal 174 320 224
Decimal 124 208 148
Hex 7C D0 94

RGB Percentages of Color #7cd094

%25.83
%43.33
%30.83

CMYK Percentages of Color #7cd094

%40
%0
%29
%18

Triadic Colors of #7cd094

#7cd094 #947cd0 #d0947c

Analogous Colors of #7cd094

#7cd094 #7cd0be #8ed07c

Monochromatic Colors of #7cd094

#7cd094

Complementary Color

#7cd094 #d07cb8

#7cd094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd094 Color CSS Codes

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

#7cd094 Text Font Color

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

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


#7cd094 Background Color

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

This div background color is #7cd094


#7cd094 Border Color

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

This div border color is #7cd094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd094


Comments

No comments written yet.

Please login to write comment.