color codes Logo

#74b99c color codes

#74B99C
(116,185,156)
0 Favorites   0 Comments

Color spaces of #74b99c

RGB 116185156
HSL0.430.330.59
HSV155°37°73°
CMYK 0.370.000.16   0.27
XYZ30.552240.811237.7196
Yxy40.81120.28010.3741
Hunter Lab63.8836-26.42929.7112
CIE-Lab70.0434-28.36847.8866

#74b99c color RGB value is (116,185,156).

#74b99c hex color red value is 116, green value is 185 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #74b99c hue: 0.43 , saturation: 0.33 and the lightness value of 74b99c is 0.59.

The process color (four color CMYK) of #74b99c color code is 0.37, 0.00, 0.16, 0.27. Web safe color of #74b99c is #66cc99. Color #74b99c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111001 10011100
Octal 164 271 234
Decimal 116 185 156
Hex 74 B9 9C

RGB Percentages of Color #74b99c

%25.38
%40.48
%34.14

CMYK Percentages of Color #74b99c

%37
%0
%16
%27

Triadic Colors of #74b99c

#74b99c #9c74b9 #b99c74

Analogous Colors of #74b99c

#74b99c #74b4b9 #74b97a

Monochromatic Colors of #74b99c

#74b99c

Complementary Color

#74b99c #b97491

#74b99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74b99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74b99c Color CSS Codes

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

#74b99c Text Font Color

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

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


#74b99c Background Color

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

This div background color is #74b99c


#74b99c Border Color

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

This div border color is #74b99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74b99c


Comments

No comments written yet.

Please login to write comment.