Color Hex Logo

#74bb8a Color Hex

#74BB8A
(116,187,138)
0 Favorites   0 Comments

Color spaces of #74bb8a

RGB 116187138
HSL0.380.340.59
HSV139°38°73°
CMYK 0.380.000.26   0.27
XYZ29.560241.088630.4177
Yxy41.08860.29250.4066
Hunter Lab64.1004-29.859616.7353
CIE-Lab70.2380-32.954617.9430

#74bb8a color RGB value is (116,187,138).

#74bb8a hex color red value is 116, green value is 187 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #74bb8a hue: 0.38 , saturation: 0.34 and the lightness value of 74bb8a is 0.59.

The process color (four color CMYK) of #74bb8a color hex is 0.38, 0.00, 0.26, 0.27. Web safe color of #74bb8a is #66cc99. Color #74bb8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111011 10001010
Octal 164 273 212
Decimal 116 187 138
Hex 74 BB 8A

RGB Percentages of Color #74bb8a

%26.30
%42.40
%31.29

CMYK Percentages of Color #74bb8a

%38
%0
%26
%27

Triadic Colors of #74bb8a

#74bb8a #8a74bb #bb8a74

Analogous Colors of #74bb8a

#74bb8a #74bbae #82bb74

Monochromatic Colors of #74bb8a

#74bb8a

Complementary Color

#74bb8a #bb74a5

#74bb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bb8a Color CSS Codes

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

#74bb8a Text Font Color

<p style="color:#74bb8a">Text here</p>

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


#74bb8a Background Color

<div style="background-color:#74bb8a">
Div content here</div>

This div background color is #74bb8a


#74bb8a Border Color

<div style="border:3px solid #74bb8a">
Div here</div>

This div border color is #74bb8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,187,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74bb8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74bb8a;
  -webkit-box-shadow: 1px 1px 3px 2px #74bb8a;
  box-shadow:         1px 1px 3px 2px #74bb8a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,187,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bb8a


Comments

No comments written yet.

Please login to write comment.