Color Hex Logo

#7cb09f Color Hex

#7CB09F
(124,176,159)
0 Favorites   0 Comments

Color spaces of #7cb09f

RGB 124176159
HSL0.450.250.59
HSV160°30°69°
CMYK 0.300.000.10   0.31
XYZ30.095537.839038.5183
Yxy37.83900.28270.3555
Hunter Lab61.5134-20.31725.9333
CIE-Lab67.9018-20.85233.2095

#7cb09f color RGB value is (124,176,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10110000 10011111
Octal 174 260 237
Decimal 124 176 159
Hex 7C B0 9F

RGB Percentages of Color #7cb09f

%27.02
%38.34
%34.64

CMYK Percentages of Color #7cb09f

%30
%0
%10
%31

Triadic Colors of #7cb09f

#7cb09f #9f7cb0 #b09f7c

Analogous Colors of #7cb09f

#7cb09f #7ca7b0 #7cb085

Monochromatic Colors of #7cb09f

#7cb09f

Complementary Color

#7cb09f #b07c8d

#7cb09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cb09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cb09f Color CSS Codes

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

#7cb09f Text Font Color

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

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


#7cb09f Background Color

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

This div background color is #7cb09f


#7cb09f Border Color

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

This div border color is #7cb09f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,176,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 #7cb09f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cb09f


Comments

No comments written yet.

Please login to write comment.