Color spaces of #719abc
RGB | 113 | 154 | 188 |
---|---|---|---|
HSL | 0.58 | 0.36 | 0.59 |
HSV | 207° | 40° | 74° |
CMYK | 0.40 | 0.18 | 0.00 0.26 |
XYZ | 27.4428 | 30.2528 | 51.9699 |
Yxy | 30.2528 | 0.2502 | 0.2759 |
Hunter Lab | 55.0025 | -7.1942 | -17.5192 |
CIE-Lab | 61.8717 | -5.1830 | -22.0390 |
#719abc color RGB value is (113,154,188).
#719abc hex color red value is 113, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #719abc hue: 0.58 , saturation: 0.36 and the lightness value of 719abc is 0.59.
The process color (four color CMYK) of #719abc color hex is 0.40, 0.18, 0.00, 0.26. Web safe color of #719abc is #6699cc. Color #719abc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10011010 | 10111100 |
Octal | 161 | 232 | 274 |
Decimal | 113 | 154 | 188 |
Hex | 71 | 9A | BC |
Shades of #719abc
Tints of #719abc
RGB Percentages of Color #719abc
CMYK Percentages of Color #719abc
Complementary Color
#719abc | #bc9371 |
#719abc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#719abc Color Preview on White Background
Lorem ipsum dolor sit amet.
#719abc Color CSS Codes
.mybgcolor {background-color:#719abc; } .myforecolor {color:#719abc; } .mybordercolor {border:3px solid #719abc; }
#719abc Text Font Color
<p style="color:#719abc">Text here</p>
This sample text font color is #719abc
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.
#719abc Background Color
<div style="background-color:#719abc">
Div content here</div>
This div background color is #719abc
#719abc Border Color
<div style="border:3px solid #719abc">
Div here</div>
This div border color is #719abc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,154,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #719abc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #719abc; -webkit-box-shadow: 1px 1px 3px 2px #719abc; box-shadow: 1px 1px 3px 2px #719abc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,154,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #719abc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #719abc; -webkit-box-shadow: 1px 1px 3px 2px #719abc; box-shadow: 1px 1px 3px 2px #719abc;">
Div content here</div>
This div box has shadow with color #719abc
Comments
No comments written yet.
Please login to write comment.