Color Hex Logo

#7cd180 Color Hex

#7CD180
(124,209,128)
0 Favorites   0 Comments

Color spaces of #7cd180

RGB 124209128
HSL0.340.480.65
HSV123°41°82°
CMYK 0.410.000.39   0.18
XYZ35.008951.444528.5067
Yxy51.44450.30450.4475
Hunter Lab71.7248-38.392626.6428
CIE-Lab76.9475-42.223032.3086

#7cd180 color RGB value is (124,209,128).

#7cd180 hex color red value is 124, green value is 209 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #7cd180 hue: 0.34 , saturation: 0.48 and the lightness value of 7cd180 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010001 10000000
Octal 174 321 200
Decimal 124 209 128
Hex 7C D1 80

RGB Percentages of Color #7cd180

%26.90
%45.34
%27.77

CMYK Percentages of Color #7cd180

%41
%0
%39
%18

Triadic Colors of #7cd180

#7cd180 #807cd1 #d1807c

Analogous Colors of #7cd180

#7cd180 #7cd1ab #a3d17c

Monochromatic Colors of #7cd180

#7cd180

Complementary Color

#7cd180 #d17ccd

#7cd180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd180 Color CSS Codes

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

#7cd180 Text Font Color

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

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


#7cd180 Background Color

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

This div background color is #7cd180


#7cd180 Border Color

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

This div border color is #7cd180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd180


Comments

No comments written yet.

Please login to write comment.