Color Hex Logo

#7cb09c Color Hex

#7CB09C
(124,176,156)
0 Favorites   0 Comments

Color spaces of #7cb09c

RGB 124176156
HSL0.440.250.59
HSV157°30°69°
CMYK 0.300.000.11   0.31
XYZ29.838337.736137.1636
Yxy37.73610.28490.3603
Hunter Lab61.4297-20.79917.1317
CIE-Lab67.8257-21.49784.7564

#7cb09c color RGB value is (124,176,156).

#7cb09c hex color red value is 124, green value is 176 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #7cb09c hue: 0.44 , saturation: 0.25 and the lightness value of 7cb09c is 0.59.

The process color (four color CMYK) of #7cb09c color hex is 0.30, 0.00, 0.11, 0.31. Web safe color of #7cb09c is #669999. Color #7cb09c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10110000 10011100
Octal 174 260 234
Decimal 124 176 156
Hex 7C B0 9C

RGB Percentages of Color #7cb09c

%27.19
%38.60
%34.21

CMYK Percentages of Color #7cb09c

%30
%0
%11
%31

Triadic Colors of #7cb09c

#7cb09c #9c7cb0 #b09c7c

Analogous Colors of #7cb09c

#7cb09c #7caab0 #7cb082

Monochromatic Colors of #7cb09c

#7cb09c

Complementary Color

#7cb09c #b07c90

#7cb09c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cb09c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cb09c Color CSS Codes

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

#7cb09c Text Font Color

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

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


#7cb09c Background Color

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

This div background color is #7cb09c


#7cb09c Border Color

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

This div border color is #7cb09c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cb09c


Comments

No comments written yet.

Please login to write comment.