Color Hex Logo

#74adae Color Hex

#74ADAE
(116,173,174)
0 Favorites   0 Comments

Color spaces of #74adae

RGB 116173174
HSL0.500.260.57
HSV181°33°68°
CMYK 0.330.010.00   0.32
XYZ29.786036.656145.5499
Yxy36.65610.26600.3273
Hunter Lab60.5443-18.1358-2.2253
CIE-Lab67.0182-18.2161-6.4448

#74adae color RGB value is (116,173,174).

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

The process color (four color CMYK) of #74adae color hex is 0.33, 0.01, 0.00, 0.32. Web safe color of #74adae is #669999. Color #74adae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101101 10101110
Octal 164 255 256
Decimal 116 173 174
Hex 74 AD AE

RGB Percentages of Color #74adae

%25.05
%37.37
%37.58

CMYK Percentages of Color #74adae

%33
%1
%0
%32

Triadic Colors of #74adae

#74adae #ae74ad #adae74

Analogous Colors of #74adae

#74adae #7490ae #74ae92

Monochromatic Colors of #74adae

#74adae

Complementary Color

#74adae #ae7574

#74adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#74adae Color CSS Codes

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

#74adae Text Font Color

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

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


#74adae Background Color

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

This div background color is #74adae


#74adae Border Color

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

This div border color is #74adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74adae


Comments

No comments written yet.

Please login to write comment.