Color Hex Logo

#7fb38d Color Hex

#7FB38D
(127,179,141)
0 Favorites   0 Comments

Color spaces of #7fb38d

RGB 127179141
HSL0.380.250.60
HSV136°29°70°
CMYK 0.290.000.21   0.30
XYZ29.680238.675331.1001
Yxy38.67530.29840.3889
Hunter Lab62.1895-23.641713.8825
CIE-Lab68.5154-25.072114.0026

#7fb38d color RGB value is (127,179,141).

#7fb38d hex color red value is 127, green value is 179 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #7fb38d hue: 0.38 , saturation: 0.25 and the lightness value of 7fb38d is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10110011 10001101
Octal 177 263 215
Decimal 127 179 141
Hex 7F B3 8D

RGB Percentages of Color #7fb38d

%28.41
%40.04
%31.54

CMYK Percentages of Color #7fb38d

%29
%0
%21
%30

Triadic Colors of #7fb38d

#7fb38d #8d7fb3 #b38d7f

Analogous Colors of #7fb38d

#7fb38d #7fb3a7 #8bb37f

Monochromatic Colors of #7fb38d

#7fb38d

Complementary Color

#7fb38d #b37fa5

#7fb38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fb38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fb38d Color CSS Codes

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

#7fb38d Text Font Color

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

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


#7fb38d Background Color

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

This div background color is #7fb38d


#7fb38d Border Color

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

This div border color is #7fb38d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,179,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fb38d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fb38d;
  -webkit-box-shadow: 1px 1px 3px 2px #7fb38d;
  box-shadow:         1px 1px 3px 2px #7fb38d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,179,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fb38d


Comments

No comments written yet.

Please login to write comment.