Color Hex Logo

#74baab Color Hex

#74BAAB
(116,186,171)
0 Favorites   0 Comments

Color spaces of #74baab

RGB 116186171
HSL0.460.340.59
HSV167°38°73°
CMYK 0.380.000.08   0.27
XYZ32.112141.771144.8982
Yxy41.77110.27030.3517
Hunter Lab64.6306-24.41474.0532
CIE-Lab70.7128-25.52100.6420

#74baab color RGB value is (116,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111010 10101011
Octal 164 272 253
Decimal 116 186 171
Hex 74 BA AB

RGB Percentages of Color #74baab

%24.52
%39.32
%36.15

CMYK Percentages of Color #74baab

%38
%0
%8
%27

Triadic Colors of #74baab

#74baab #ab74ba #baab74

Analogous Colors of #74baab

#74baab #74a6ba #74ba88

Monochromatic Colors of #74baab

#74baab

Complementary Color

#74baab #ba7483

#74baab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74baab Color Preview on White Background

Lorem ipsum dolor sit amet.

#74baab Color CSS Codes

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

#74baab Text Font Color

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

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


#74baab Background Color

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

This div background color is #74baab


#74baab Border Color

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

This div border color is #74baab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74baab


Comments

No comments written yet.

Please login to write comment.