Color spaces of #749dae
RGB | 116 | 157 | 174 |
---|---|---|---|
HSL | 0.55 | 0.26 | 0.57 |
HSV | 198° | 33° | 68° |
CMYK | 0.33 | 0.10 | 0.00 0.32 |
XYZ | 26.8994 | 30.8829 | 44.5877 |
Yxy | 30.8829 | 0.2628 | 0.3017 |
Hunter Lab | 55.5724 | -10.8501 | -8.6698 |
CIE-Lab | 62.4087 | -9.6932 | -13.3315 |
#749dae color RGB value is (116,157,174).
#749dae hex color red value is 116, green value is 157 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #749dae hue: 0.55 , saturation: 0.26 and the lightness value of 749dae is 0.57.
The process color (four color CMYK) of #749dae color hex is 0.33, 0.10, 0.00, 0.32. Web safe color of #749dae is #669999. Color #749dae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 10011101 | 10101110 |
Octal | 164 | 235 | 256 |
Decimal | 116 | 157 | 174 |
Hex | 74 | 9D | AE |
Shades of #749dae
Tints of #749dae
RGB Percentages of Color #749dae
CMYK Percentages of Color #749dae
Complementary Color
#749dae | #ae8574 |
#749dae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#749dae Color Preview on White Background
Lorem ipsum dolor sit amet.
#749dae Color CSS Codes
.mybgcolor {background-color:#749dae; } .myforecolor {color:#749dae; } .mybordercolor {border:3px solid #749dae; }
#749dae Text Font Color
<p style="color:#749dae">Text here</p>
This sample text font color is #749dae
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.
#749dae Background Color
<div style="background-color:#749dae">
Div content here</div>
This div background color is #749dae
#749dae Border Color
<div style="border:3px solid #749dae">
Div here</div>
This div border color is #749dae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,157,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #749dae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #749dae; -webkit-box-shadow: 1px 1px 3px 2px #749dae; box-shadow: 1px 1px 3px 2px #749dae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,157,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 #749dae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #749dae; -webkit-box-shadow: 1px 1px 3px 2px #749dae; box-shadow: 1px 1px 3px 2px #749dae;">
Div content here</div>
This div box has shadow with color #749dae
Comments
No comments written yet.
Please login to write comment.