Color Hex Logo

#749fae Color Hex

#749FAE
(116,159,174)
0 Favorites   0 Comments

Color spaces of #749fae

RGB 116159174
HSL0.540.260.57
HSV196°33°68°
CMYK 0.330.090.00   0.32
XYZ27.240631.565344.7014
Yxy31.56530.26320.3050
Hunter Lab56.1830-11.7737-7.8453
CIE-Lab62.9820-10.7822-12.4692

#749fae color RGB value is (116,159,174).

#749fae hex color red value is 116, green value is 159 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #749fae hue: 0.54 , saturation: 0.26 and the lightness value of 749fae is 0.57.

The process color (four color CMYK) of #749fae color hex is 0.33, 0.09, 0.00, 0.32. Web safe color of #749fae is #669999. Color #749fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011111 10101110
Octal 164 237 256
Decimal 116 159 174
Hex 74 9F AE

RGB Percentages of Color #749fae

%25.84
%35.41
%38.75

CMYK Percentages of Color #749fae

%33
%9
%0
%32

Triadic Colors of #749fae

#749fae #ae749f #9fae74

Analogous Colors of #749fae

#749fae #7482ae #74aea0

Monochromatic Colors of #749fae

#749fae

Complementary Color

#749fae #ae8374

#749fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#749fae Color CSS Codes

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

#749fae Text Font Color

<p style="color:#749fae">Text here</p>

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


#749fae Background Color

<div style="background-color:#749fae">
Div content here</div>

This div background color is #749fae


#749fae Border Color

<div style="border:3px solid #749fae">
Div here</div>

This div border color is #749fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,159,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749fae;
  -webkit-box-shadow: 1px 1px 3px 2px #749fae;
  box-shadow:         1px 1px 3px 2px #749fae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749fae


Comments

No comments written yet.

Please login to write comment.