Color Hex Logo

#74a9ba Color Hex

#74A9BA
(116,169,186)
0 Favorites   0 Comments

Color spaces of #74a9ba

RGB 116169186
HSL0.540.340.59
HSV195°38°73°
CMYK 0.380.090.00   0.27
XYZ30.253435.634151.7379
Yxy35.63410.25720.3029
Hunter Lab59.6943-14.0003-9.6015
CIE-Lab66.2394-13.0919-14.2756

#74a9ba color RGB value is (116,169,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101001 10111010
Octal 164 251 272
Decimal 116 169 186
Hex 74 A9 BA

RGB Percentages of Color #74a9ba

%24.63
%35.88
%39.49

CMYK Percentages of Color #74a9ba

%38
%9
%0
%27

Triadic Colors of #74a9ba

#74a9ba #ba74a9 #a9ba74

Analogous Colors of #74a9ba

#74a9ba #7486ba #74baa8

Monochromatic Colors of #74a9ba

#74a9ba

Complementary Color

#74a9ba #ba8574

#74a9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74a9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#74a9ba Color CSS Codes

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

#74a9ba Text Font Color

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

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


#74a9ba Background Color

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

This div background color is #74a9ba


#74a9ba Border Color

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

This div border color is #74a9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74a9ba


Comments

No comments written yet.

Please login to write comment.