Color Hex Logo

#7cad90 Color Hex

#7CAD90
(124,173,144)
0 Favorites   0 Comments

Color spaces of #7cad90

RGB 124173144
HSL0.400.230.58
HSV144°28°68°
CMYK 0.280.000.17   0.32
XYZ28.289836.185831.8791
Yxy36.18580.29360.3755
Hunter Lab60.1546-21.324810.6874
CIE-Lab66.6616-22.46379.7158

#7cad90 color RGB value is (124,173,144).

#7cad90 hex color red value is 124, green value is 173 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #7cad90 hue: 0.40 , saturation: 0.23 and the lightness value of 7cad90 is 0.58.

The process color (four color CMYK) of #7cad90 color hex is 0.28, 0.00, 0.17, 0.32. Web safe color of #7cad90 is #669999. Color #7cad90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101101 10010000
Octal 174 255 220
Decimal 124 173 144
Hex 7C AD 90

RGB Percentages of Color #7cad90

%28.12
%39.23
%32.65

CMYK Percentages of Color #7cad90

%28
%0
%17
%32

Triadic Colors of #7cad90

#7cad90 #907cad #ad907c

Analogous Colors of #7cad90

#7cad90 #7cada9 #81ad7c

Monochromatic Colors of #7cad90

#7cad90

Complementary Color

#7cad90 #ad7c99

#7cad90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cad90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cad90 Color CSS Codes

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

#7cad90 Text Font Color

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

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


#7cad90 Background Color

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

This div background color is #7cad90


#7cad90 Border Color

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

This div border color is #7cad90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cad90


Comments

No comments written yet.

Please login to write comment.