Color Hex Logo

#74aaba Color Hex

#74AABA
(116,170,186)
0 Favorites   0 Comments

Color spaces of #74aaba

RGB 116170186
HSL0.540.340.59
HSV194°38°73°
CMYK 0.380.090.00   0.27
XYZ30.440136.007651.8002
Yxy36.00760.25740.3045
Hunter Lab60.0063-14.4613-9.1774
CIE-Lab66.5257-13.6253-13.8445

#74aaba color RGB value is (116,170,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101010 10111010
Octal 164 252 272
Decimal 116 170 186
Hex 74 AA BA

RGB Percentages of Color #74aaba

%24.58
%36.02
%39.41

CMYK Percentages of Color #74aaba

%38
%9
%0
%27

Triadic Colors of #74aaba

#74aaba #ba74aa #aaba74

Analogous Colors of #74aaba

#74aaba #7487ba #74baa7

Monochromatic Colors of #74aaba

#74aaba

Complementary Color

#74aaba #ba8474

#74aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#74aaba Color CSS Codes

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

#74aaba Text Font Color

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

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


#74aaba Background Color

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

This div background color is #74aaba


#74aaba Border Color

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

This div border color is #74aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74aaba


Comments

No comments written yet.

Please login to write comment.