Color spaces of #75cbcc
RGB | 117 | 203 | 204 |
---|---|---|---|
HSL | 0.50 | 0.46 | 0.63 |
HSV | 181° | 43° | 80° |
CMYK | 0.43 | 0.00 | 0.00 0.20 |
XYZ | 39.5911 | 50.8534 | 64.8558 |
Yxy | 50.8534 | 0.2549 | 0.3275 |
Hunter Lab | 71.3116 | -25.6948 | -4.0044 |
CIE-Lab | 76.5901 | -25.6821 | -8.6394 |
#75cbcc color RGB value is (117,203,204).
#75cbcc hex color red value is 117, green value is 203 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #75cbcc hue: 0.50 , saturation: 0.46 and the lightness value of 75cbcc is 0.63.
The process color (four color CMYK) of #75cbcc color hex is 0.43, 0.00, 0.00, 0.20. Web safe color of #75cbcc is #66cccc. Color #75cbcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 11001011 | 11001100 |
Octal | 165 | 313 | 314 |
Decimal | 117 | 203 | 204 |
Hex | 75 | CB | CC |
Shades of #75cbcc
Tints of #75cbcc
RGB Percentages of Color #75cbcc
CMYK Percentages of Color #75cbcc
Complementary Color
#75cbcc | #cc7675 |
#75cbcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#75cbcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#75cbcc Color CSS Codes
.mybgcolor {background-color:#75cbcc; } .myforecolor {color:#75cbcc; } .mybordercolor {border:3px solid #75cbcc; }
#75cbcc Text Font Color
<p style="color:#75cbcc">Text here</p>
This sample text font color is #75cbcc
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.
#75cbcc Background Color
<div style="background-color:#75cbcc">
Div content here</div>
This div background color is #75cbcc
#75cbcc Border Color
<div style="border:3px solid #75cbcc">
Div here</div>
This div border color is #75cbcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,203,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #75cbcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75cbcc; -webkit-box-shadow: 1px 1px 3px 2px #75cbcc; box-shadow: 1px 1px 3px 2px #75cbcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,203,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #75cbcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #75cbcc; -webkit-box-shadow: 1px 1px 3px 2px #75cbcc; box-shadow: 1px 1px 3px 2px #75cbcc;">
Div content here</div>
This div box has shadow with color #75cbcc
Comments
No comments written yet.
Please login to write comment.