Color spaces of #75abbc
RGB | 117 | 171 | 188 |
---|---|---|---|
HSL | 0.54 | 0.35 | 0.60 |
HSV | 194° | 38° | 74° |
CMYK | 0.38 | 0.09 | 0.00 0.26 |
XYZ | 30.9761 | 36.5386 | 52.9970 |
Yxy | 36.5386 | 0.2570 | 0.3032 |
Hunter Lab | 60.4472 | -14.3104 | -9.6694 |
CIE-Lab | 66.9294 | -13.3691 | -14.3418 |
#75abbc color RGB value is (117,171,188).
#75abbc hex color red value is 117, green value is 171 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #75abbc hue: 0.54 , saturation: 0.35 and the lightness value of 75abbc is 0.60.
The process color (four color CMYK) of #75abbc color hex is 0.38, 0.09, 0.00, 0.26. Web safe color of #75abbc is #6699cc. Color #75abbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 10101011 | 10111100 |
Octal | 165 | 253 | 274 |
Decimal | 117 | 171 | 188 |
Hex | 75 | AB | BC |
Shades of #75abbc
Tints of #75abbc
RGB Percentages of Color #75abbc
CMYK Percentages of Color #75abbc
Complementary Color
#75abbc | #bc8675 |
#75abbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#75abbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#75abbc Color CSS Codes
.mybgcolor {background-color:#75abbc; } .myforecolor {color:#75abbc; } .mybordercolor {border:3px solid #75abbc; }
#75abbc Text Font Color
<p style="color:#75abbc">Text here</p>
This sample text font color is #75abbc
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.
#75abbc Background Color
<div style="background-color:#75abbc">
Div content here</div>
This div background color is #75abbc
#75abbc Border Color
<div style="border:3px solid #75abbc">
Div here</div>
This div border color is #75abbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,171,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #75abbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75abbc; -webkit-box-shadow: 1px 1px 3px 2px #75abbc; box-shadow: 1px 1px 3px 2px #75abbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,171,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 #75abbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #75abbc; -webkit-box-shadow: 1px 1px 3px 2px #75abbc; box-shadow: 1px 1px 3px 2px #75abbc;">
Div content here</div>
This div box has shadow with color #75abbc
Comments
No comments written yet.
Please login to write comment.