Color Hex Logo

#74bdaf Color Hex

#74BDAF
(116,189,175)
0 Favorites   0 Comments

Color spaces of #74bdaf

RGB 116189175
HSL0.470.360.60
HSV168°39°74°
CMYK 0.390.000.07   0.26
XYZ33.137943.203347.1500
Yxy43.20330.26830.3498
Hunter Lab65.7292-25.03403.4795
CIE-Lab71.6927-26.0755-0.1166

#74bdaf color RGB value is (116,189,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111101 10101111
Octal 164 275 257
Decimal 116 189 175
Hex 74 BD AF

RGB Percentages of Color #74bdaf

%24.17
%39.38
%36.46

CMYK Percentages of Color #74bdaf

%39
%0
%7
%26

Triadic Colors of #74bdaf

#74bdaf #af74bd #bdaf74

Analogous Colors of #74bdaf

#74bdaf #74a7bd #74bd8b

Monochromatic Colors of #74bdaf

#74bdaf

Complementary Color

#74bdaf #bd7482

#74bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bdaf Color CSS Codes

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

#74bdaf Text Font Color

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

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


#74bdaf Background Color

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

This div background color is #74bdaf


#74bdaf Border Color

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

This div border color is #74bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bdaf


Comments

No comments written yet.

Please login to write comment.