Color spaces of #5fcbcc
RGB | 95 | 203 | 204 |
---|---|---|---|
HSL | 0.50 | 0.52 | 0.59 |
HSV | 181° | 53° | 80° |
CMYK | 0.53 | 0.00 | 0.00 0.20 |
XYZ | 36.9743 | 49.5044 | 64.7333 |
Yxy | 49.5044 | 0.2445 | 0.3274 |
Hunter Lab | 70.3594 | -29.3260 | -5.2975 |
CIE-Lab | 75.7641 | -30.5367 | -9.9577 |
#5fcbcc color RGB value is (95,203,204).
#5fcbcc hex color red value is 95, green value is 203 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5fcbcc hue: 0.50 , saturation: 0.52 and the lightness value of 5fcbcc is 0.59.
The process color (four color CMYK) of #5fcbcc color hex is 0.53, 0.00, 0.00, 0.20. Web safe color of #5fcbcc is #66cccc. Color #5fcbcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11001011 | 11001100 |
Octal | 137 | 313 | 314 |
Decimal | 95 | 203 | 204 |
Hex | 5F | CB | CC |
Shades of #5fcbcc
Tints of #5fcbcc
RGB Percentages of Color #5fcbcc
CMYK Percentages of Color #5fcbcc
Complementary Color
#5fcbcc | #cc605f |
#5fcbcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5fcbcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5fcbcc Color CSS Codes
.mybgcolor {background-color:#5fcbcc; } .myforecolor {color:#5fcbcc; } .mybordercolor {border:3px solid #5fcbcc; }
#5fcbcc Text Font Color
<p style="color:#5fcbcc">Text here</p>
This sample text font color is #5fcbcc
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.
#5fcbcc Background Color
<div style="background-color:#5fcbcc">
Div content here</div>
This div background color is #5fcbcc
#5fcbcc Border Color
<div style="border:3px solid #5fcbcc">
Div here</div>
This div border color is #5fcbcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,203,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5fcbcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5fcbcc; -webkit-box-shadow: 1px 1px 3px 2px #5fcbcc; box-shadow: 1px 1px 3px 2px #5fcbcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,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 #5fcbcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5fcbcc; -webkit-box-shadow: 1px 1px 3px 2px #5fcbcc; box-shadow: 1px 1px 3px 2px #5fcbcc;">
Div content here</div>
This div box has shadow with color #5fcbcc
Comments
No comments written yet.
Please login to write comment.