Color Hex Logo

#74b994 Color Hex

#74B994
(116,185,148)
0 Favorites   0 Comments

Color spaces of #74b994

RGB 116185148
HSL0.410.330.59
HSV148°37°73°
CMYK 0.370.000.20   0.27
XYZ29.896740.549034.2680
Yxy40.54900.28550.3872
Hunter Lab63.6781-27.631412.6681
CIE-Lab69.8588-30.039711.9904

#74b994 color RGB value is (116,185,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111001 10010100
Octal 164 271 224
Decimal 116 185 148
Hex 74 B9 94

RGB Percentages of Color #74b994

%25.84
%41.20
%32.96

CMYK Percentages of Color #74b994

%37
%0
%20
%27

Triadic Colors of #74b994

#74b994 #9474b9 #b99474

Analogous Colors of #74b994

#74b994 #74b9b7 #77b974

Monochromatic Colors of #74b994

#74b994

Complementary Color

#74b994 #b97499

#74b994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74b994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74b994 Color CSS Codes

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

#74b994 Text Font Color

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

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


#74b994 Background Color

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

This div background color is #74b994


#74b994 Border Color

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

This div border color is #74b994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74b994


Comments

No comments written yet.

Please login to write comment.