Color Hex Logo

#7fb28d Color Hex

#7FB28D
(127,178,141)
0 Favorites   0 Comments

Color spaces of #7fb28d

RGB 127178141
HSL0.380.250.60
HSV136°29°70°
CMYK 0.290.000.21   0.30
XYZ29.480538.275931.0335
Yxy38.27590.29840.3874
Hunter Lab61.8675-23.211113.5667
CIE-Lab68.2235-24.576213.5934

#7fb28d color RGB value is (127,178,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10110010 10001101
Octal 177 262 215
Decimal 127 178 141
Hex 7F B2 8D

RGB Percentages of Color #7fb28d

%28.48
%39.91
%31.61

CMYK Percentages of Color #7fb28d

%29
%0
%21
%30

Triadic Colors of #7fb28d

#7fb28d #8d7fb2 #b28d7f

Analogous Colors of #7fb28d

#7fb28d #7fb2a7 #8bb27f

Monochromatic Colors of #7fb28d

#7fb28d

Complementary Color

#7fb28d #b27fa4

#7fb28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fb28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fb28d Color CSS Codes

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

#7fb28d Text Font Color

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

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


#7fb28d Background Color

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

This div background color is #7fb28d


#7fb28d Border Color

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

This div border color is #7fb28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fb28d


Comments

No comments written yet.

Please login to write comment.