Color Hex Logo

#74b09a Color Hex

#74B09A
(116,176,154)
0 Favorites   0 Comments

Color spaces of #74b09a

RGB 116176154
HSL0.440.280.57
HSV158°34°69°
CMYK 0.340.000.13   0.31
XYZ28.560537.096836.2269
Yxy37.09680.28030.3641
Hunter Lab60.9071-22.88557.3700
CIE-Lab67.3496-24.36755.1199

#74b09a color RGB value is (116,176,154).

#74b09a hex color red value is 116, green value is 176 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #74b09a hue: 0.44 , saturation: 0.28 and the lightness value of 74b09a is 0.57.

The process color (four color CMYK) of #74b09a color hex is 0.34, 0.00, 0.13, 0.31. Web safe color of #74b09a is #669999. Color #74b09a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10110000 10011010
Octal 164 260 232
Decimal 116 176 154
Hex 74 B0 9A

RGB Percentages of Color #74b09a

%26.01
%39.46
%34.53

CMYK Percentages of Color #74b09a

%34
%0
%13
%31

Triadic Colors of #74b09a

#74b09a #9a74b0 #b09a74

Analogous Colors of #74b09a

#74b09a #74a8b0 #74b07c

Monochromatic Colors of #74b09a

#74b09a

Complementary Color

#74b09a #b0748a

#74b09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74b09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74b09a Color CSS Codes

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

#74b09a Text Font Color

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

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


#74b09a Background Color

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

This div background color is #74b09a


#74b09a Border Color

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

This div border color is #74b09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74b09a


Comments

No comments written yet.

Please login to write comment.