Color Hex Logo

#74a5bb Color Hex

#74A5BB
(116,165,187)
0 Favorites   0 Comments

Color spaces of #74a5bb

RGB 116165187
HSL0.550.340.59
HSV199°38°73°
CMYK 0.380.120.00   0.27
XYZ29.627234.211152.0556
Yxy34.21110.25560.2952
Hunter Lab58.4903-11.9419-11.8242
CIE-Lab65.1298-10.6809-16.5075

#74a5bb color RGB value is (116,165,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10100101 10111011
Octal 164 245 273
Decimal 116 165 187
Hex 74 A5 BB

RGB Percentages of Color #74a5bb

%24.79
%35.26
%39.96

CMYK Percentages of Color #74a5bb

%38
%12
%0
%27

Triadic Colors of #74a5bb

#74a5bb #bb74a5 #a5bb74

Analogous Colors of #74a5bb

#74a5bb #7482bb #74bbae

Monochromatic Colors of #74a5bb

#74a5bb

Complementary Color

#74a5bb #bb8a74

#74a5bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74a5bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74a5bb Color CSS Codes

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

#74a5bb Text Font Color

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

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


#74a5bb Background Color

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

This div background color is #74a5bb


#74a5bb Border Color

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

This div border color is #74a5bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74a5bb

#74a5bb Color Palettes


Comments

No comments written yet.

Please login to write comment.