Color Hex Logo

#7bb28d Color Hex

#7BB28D
(123,178,141)
0 Favorites   0 Comments

Color spaces of #7bb28d

RGB 123178141
HSL0.390.260.59
HSV140°31°70°
CMYK 0.310.000.21   0.30
XYZ28.896537.974831.0062
Yxy37.97480.29520.3880
Hunter Lab61.6237-24.139513.3046
CIE-Lab68.0020-25.871613.2502

#7bb28d color RGB value is (123,178,141).

#7bb28d hex color red value is 123, green value is 178 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #7bb28d hue: 0.39 , saturation: 0.26 and the lightness value of 7bb28d is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10110010 10001101
Octal 173 262 215
Decimal 123 178 141
Hex 7B B2 8D

RGB Percentages of Color #7bb28d

%27.83
%40.27
%31.90

CMYK Percentages of Color #7bb28d

%31
%0
%21
%30

Triadic Colors of #7bb28d

#7bb28d #8d7bb2 #b28d7b

Analogous Colors of #7bb28d

#7bb28d #7bb2a9 #85b27b

Monochromatic Colors of #7bb28d

#7bb28d

Complementary Color

#7bb28d #b27ba0

#7bb28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bb28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bb28d Color CSS Codes

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

#7bb28d Text Font Color

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

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


#7bb28d Background Color

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

This div background color is #7bb28d


#7bb28d Border Color

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

This div border color is #7bb28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bb28d


Comments

No comments written yet.

Please login to write comment.