Color Hex Logo

#74aabd Color Hex

#74AABD
(116,170,189)
0 Favorites   0 Comments

Color spaces of #74aabd

RGB 116170189
HSL0.540.360.60
HSV196°39°74°
CMYK 0.390.100.00   0.26
XYZ30.762536.136653.4978
Yxy36.13660.25550.3001
Hunter Lab60.1137-13.8537-10.6851
CIE-Lab66.6242-12.8461-15.3621

#74aabd color RGB value is (116,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101010 10111101
Octal 164 252 275
Decimal 116 170 189
Hex 74 AA BD

RGB Percentages of Color #74aabd

%24.42
%35.79
%39.79

CMYK Percentages of Color #74aabd

%39
%10
%0
%26

Triadic Colors of #74aabd

#74aabd #bd74aa #aabd74

Analogous Colors of #74aabd

#74aabd #7486bd #74bdac

Monochromatic Colors of #74aabd

#74aabd

Complementary Color

#74aabd #bd8774

#74aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#74aabd Color CSS Codes

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

#74aabd Text Font Color

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

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


#74aabd Background Color

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

This div background color is #74aabd


#74aabd Border Color

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

This div border color is #74aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74aabd


Comments

No comments written yet.

Please login to write comment.