Color Hex Logo

#74bcaa Color Hex

#74BCAA
(116,188,170)
0 Favorites   0 Comments

Color spaces of #74bcaa

RGB 116188170
HSL0.460.350.60
HSV165°38°74°
CMYK 0.380.000.10   0.26
XYZ32.441442.581744.5395
Yxy42.58170.27130.3561
Hunter Lab65.2547-25.45425.2099
CIE-Lab71.2701-26.73692.0004

#74bcaa color RGB value is (116,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111100 10101010
Octal 164 274 252
Decimal 116 188 170
Hex 74 BC AA

RGB Percentages of Color #74bcaa

%24.47
%39.66
%35.86

CMYK Percentages of Color #74bcaa

%38
%0
%10
%26

Triadic Colors of #74bcaa

#74bcaa #aa74bc #bcaa74

Analogous Colors of #74bcaa

#74bcaa #74aabc #74bc86

Monochromatic Colors of #74bcaa

#74bcaa

Complementary Color

#74bcaa #bc7486

#74bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bcaa Color CSS Codes

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

#74bcaa Text Font Color

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

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


#74bcaa Background Color

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

This div background color is #74bcaa


#74bcaa Border Color

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

This div border color is #74bcaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,188,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 #74bcaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bcaa


Comments

No comments written yet.

Please login to write comment.