Color Hex Logo

#74adbf Color Hex

#74ADBF
(116,173,191)
0 Favorites   0 Comments

Color spaces of #74adbf

RGB 116173191
HSL0.540.370.60
HSV194°39°75°
CMYK 0.390.090.00   0.25
XYZ31.550037.361754.8389
Yxy37.36170.25490.3019
Hunter Lab61.1242-14.8325-10.4063
CIE-Lab67.5475-13.9213-15.0780

#74adbf color RGB value is (116,173,191).

#74adbf hex color red value is 116, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #74adbf hue: 0.54 , saturation: 0.37 and the lightness value of 74adbf is 0.60.

The process color (four color CMYK) of #74adbf color hex is 0.39, 0.09, 0.00, 0.25. Web safe color of #74adbf is #6699cc. Color #74adbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101101 10111111
Octal 164 255 277
Decimal 116 173 191
Hex 74 AD BF

RGB Percentages of Color #74adbf

%24.17
%36.04
%39.79

CMYK Percentages of Color #74adbf

%39
%9
%0
%25

Triadic Colors of #74adbf

#74adbf #bf74ad #adbf74

Analogous Colors of #74adbf

#74adbf #7488bf #74bfac

Monochromatic Colors of #74adbf

#74adbf

Complementary Color

#74adbf #bf8674

#74adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74adbf Color CSS Codes

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

#74adbf Text Font Color

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

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


#74adbf Background Color

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

This div background color is #74adbf


#74adbf Border Color

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

This div border color is #74adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74adbf


Comments

No comments written yet.

Please login to write comment.