Color Hex Logo

#74adaf Color Hex

#74ADAF
(116,173,175)
0 Favorites   0 Comments

Color spaces of #74adaf

RGB 116173175
HSL0.510.270.57
HSV182°34°69°
CMYK 0.340.010.00   0.31
XYZ29.883936.695346.0653
Yxy36.69530.26530.3258
Hunter Lab60.5766-17.9508-2.6832
CIE-Lab67.0478-17.9719-6.9558

#74adaf color RGB value is (116,173,175).

#74adaf hex color red value is 116, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #74adaf hue: 0.51 , saturation: 0.27 and the lightness value of 74adaf is 0.57.

The process color (four color CMYK) of #74adaf color hex is 0.34, 0.01, 0.00, 0.31. Web safe color of #74adaf is #669999. Color #74adaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101101 10101111
Octal 164 255 257
Decimal 116 173 175
Hex 74 AD AF

RGB Percentages of Color #74adaf

%25.00
%37.28
%37.72

CMYK Percentages of Color #74adaf

%34
%1
%0
%31

Triadic Colors of #74adaf

#74adaf #af74ad #adaf74

Analogous Colors of #74adaf

#74adaf #7490af #74af94

Monochromatic Colors of #74adaf

#74adaf

Complementary Color

#74adaf #af7674

#74adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74adaf Color CSS Codes

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

#74adaf Text Font Color

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

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


#74adaf Background Color

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

This div background color is #74adaf


#74adaf Border Color

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

This div border color is #74adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74adaf


Comments

No comments written yet.

Please login to write comment.