Color spaces of #75badc
RGB | 117 | 186 | 220 |
---|---|---|---|
HSL | 0.56 | 0.60 | 0.66 |
HSV | 200° | 47° | 86° |
CMYK | 0.47 | 0.15 | 0.00 0.14 |
XYZ | 37.8133 | 44.0670 | 74.2230 |
Yxy | 44.0670 | 0.2422 | 0.2823 |
Hunter Lab | 66.3830 | -14.4924 | -19.8242 |
CIE-Lab | 72.2733 | -12.7500 | -23.8223 |
#75badc color RGB value is (117,186,220).
#75badc hex color red value is 117, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #75badc hue: 0.56 , saturation: 0.60 and the lightness value of 75badc is 0.66.
The process color (four color CMYK) of #75badc color hex is 0.47, 0.15, 0.00, 0.14. Web safe color of #75badc is #66cccc. Color #75badc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 10111010 | 11011100 |
Octal | 165 | 272 | 334 |
Decimal | 117 | 186 | 220 |
Hex | 75 | BA | DC |
Shades of #75badc
Tints of #75badc
RGB Percentages of Color #75badc
CMYK Percentages of Color #75badc
Complementary Color
#75badc | #dc9775 |
#75badc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#75badc Color Preview on White Background
Lorem ipsum dolor sit amet.
#75badc Color CSS Codes
.mybgcolor {background-color:#75badc; } .myforecolor {color:#75badc; } .mybordercolor {border:3px solid #75badc; }
#75badc Text Font Color
<p style="color:#75badc">Text here</p>
This sample text font color is #75badc
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.
#75badc Background Color
<div style="background-color:#75badc">
Div content here</div>
This div background color is #75badc
#75badc Border Color
<div style="border:3px solid #75badc">
Div here</div>
This div border color is #75badc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,186,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #75badc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75badc; -webkit-box-shadow: 1px 1px 3px 2px #75badc; box-shadow: 1px 1px 3px 2px #75badc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,186,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #75badc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #75badc; -webkit-box-shadow: 1px 1px 3px 2px #75badc; box-shadow: 1px 1px 3px 2px #75badc;">
Div content here</div>
This div box has shadow with color #75badc
Comments
No comments written yet.
Please login to write comment.