Color Hex Logo

#74bbaa Color Hex

#74BBAA
(116,187,170)
0 Favorites   0 Comments

Color spaces of #74bbaa

RGB 116187170
HSL0.460.340.59
HSV166°38°73°
CMYK 0.380.000.09   0.27
XYZ32.228542.155944.4685
Yxy42.15590.27120.3547
Hunter Lab64.9276-25.02014.8419
CIE-Lab70.9783-26.24491.5761

#74bbaa color RGB value is (116,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111011 10101010
Octal 164 273 252
Decimal 116 187 170
Hex 74 BB AA

RGB Percentages of Color #74bbaa

%24.52
%39.53
%35.94

CMYK Percentages of Color #74bbaa

%38
%0
%9
%27

Triadic Colors of #74bbaa

#74bbaa #aa74bb #bbaa74

Analogous Colors of #74bbaa

#74bbaa #74a9bb #74bb87

Monochromatic Colors of #74bbaa

#74bbaa

Complementary Color

#74bbaa #bb7485

#74bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bbaa Color CSS Codes

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

#74bbaa Text Font Color

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

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


#74bbaa Background Color

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

This div background color is #74bbaa


#74bbaa Border Color

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

This div border color is #74bbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bbaa


Comments

No comments written yet.

Please login to write comment.