Color Hex Logo

#74bbae Color Hex

#74BBAE
(116,187,174)
0 Favorites   0 Comments

Color spaces of #74bbae

RGB 116187174
HSL0.470.340.59
HSV169°38°73°
CMYK 0.380.000.07   0.27
XYZ32.612842.309646.4921
Yxy42.30960.26860.3485
Hunter Lab65.0458-24.33353.1540
CIE-Lab71.0839-25.3196-0.4594

#74bbae color RGB value is (116,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111011 10101110
Octal 164 273 256
Decimal 116 187 174
Hex 74 BB AE

RGB Percentages of Color #74bbae

%24.32
%39.20
%36.48

CMYK Percentages of Color #74bbae

%38
%0
%7
%27

Triadic Colors of #74bbae

#74bbae #ae74bb #bbae74

Analogous Colors of #74bbae

#74bbae #74a5bb #74bb8b

Monochromatic Colors of #74bbae

#74bbae

Complementary Color

#74bbae #bb7481

#74bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bbae Color CSS Codes

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

#74bbae Text Font Color

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

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


#74bbae Background Color

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

This div background color is #74bbae


#74bbae Border Color

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

This div border color is #74bbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bbae


Comments

No comments written yet.

Please login to write comment.