Color Hex Logo

#74a1bd Color Hex

#74A1BD
(116,161,189)
0 Favorites   0 Comments

Color spaces of #74a1bd

RGB 116161189
HSL0.560.360.60
HSV203°39°74°
CMYK 0.390.150.00   0.26
XYZ29.132632.876952.9545
Yxy32.87690.25340.2860
Hunter Lab57.3384-9.6495-14.6200
CIE-Lab64.0611-7.9717-19.2451

#74a1bd color RGB value is (116,161,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10100001 10111101
Octal 164 241 275
Decimal 116 161 189
Hex 74 A1 BD

RGB Percentages of Color #74a1bd

%24.89
%34.55
%40.56

CMYK Percentages of Color #74a1bd

%39
%15
%0
%26

Triadic Colors of #74a1bd

#74a1bd #bd74a1 #a1bd74

Analogous Colors of #74a1bd

#74a1bd #747dbd #74bdb5

Monochromatic Colors of #74a1bd

#74a1bd

Complementary Color

#74a1bd #bd9074

#74a1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74a1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#74a1bd Color CSS Codes

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

#74a1bd Text Font Color

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

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


#74a1bd Background Color

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

This div background color is #74a1bd


#74a1bd Border Color

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

This div border color is #74a1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74a1bd


Comments

No comments written yet.

Please login to write comment.