Color Hex Logo

#74bbaf Color Hex

#74BBAF
(116,187,175)
0 Favorites   0 Comments

Color spaces of #74bbaf

RGB 116187175
HSL0.470.340.59
HSV170°38°73°
CMYK 0.380.000.06   0.27
XYZ32.710642.348847.0075
Yxy42.34880.26800.3469
Hunter Lab65.0760-24.15942.7251
CIE-Lab71.1107-25.0860-0.9675

#74bbaf color RGB value is (116,187,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111011 10101111
Octal 164 273 257
Decimal 116 187 175
Hex 74 BB AF

RGB Percentages of Color #74bbaf

%24.27
%39.12
%36.61

CMYK Percentages of Color #74bbaf

%38
%0
%6
%27

Triadic Colors of #74bbaf

#74bbaf #af74bb #bbaf74

Analogous Colors of #74bbaf

#74bbaf #74a4bb #74bb8c

Monochromatic Colors of #74bbaf

#74bbaf

Complementary Color

#74bbaf #bb7480

#74bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bbaf Color CSS Codes

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

#74bbaf Text Font Color

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

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


#74bbaf Background Color

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

This div background color is #74bbaf


#74bbaf Border Color

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

This div border color is #74bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bbaf


Comments

No comments written yet.

Please login to write comment.