Color spaces of #5fcbbd
RGB | 95 | 203 | 189 |
---|---|---|---|
HSL | 0.48 | 0.51 | 0.58 |
HSV | 172° | 53° | 80° |
CMYK | 0.53 | 0.00 | 0.07 0.20 |
XYZ | 35.2606 | 48.8189 | 55.7087 |
Yxy | 48.8189 | 0.2522 | 0.3492 |
Hunter Lab | 69.8705 | -32.1923 | 1.6367 |
CIE-Lab | 75.3385 | -34.4310 | -2.4821 |
#5fcbbd color RGB value is (95,203,189).
#5fcbbd hex color red value is 95, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5fcbbd hue: 0.48 , saturation: 0.51 and the lightness value of 5fcbbd is 0.58.
The process color (four color CMYK) of #5fcbbd color hex is 0.53, 0.00, 0.07, 0.20. Web safe color of #5fcbbd is #66cccc. Color #5fcbbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11001011 | 10111101 |
Octal | 137 | 313 | 275 |
Decimal | 95 | 203 | 189 |
Hex | 5F | CB | BD |
Shades of #5fcbbd
Tints of #5fcbbd
RGB Percentages of Color #5fcbbd
CMYK Percentages of Color #5fcbbd
Complementary Color
#5fcbbd | #cb5f6d |
#5fcbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5fcbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#5fcbbd Color CSS Codes
.mybgcolor {background-color:#5fcbbd; } .myforecolor {color:#5fcbbd; } .mybordercolor {border:3px solid #5fcbbd; }
#5fcbbd Text Font Color
<p style="color:#5fcbbd">Text here</p>
This sample text font color is #5fcbbd
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.
#5fcbbd Background Color
<div style="background-color:#5fcbbd">
Div content here</div>
This div background color is #5fcbbd
#5fcbbd Border Color
<div style="border:3px solid #5fcbbd">
Div here</div>
This div border color is #5fcbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,203,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5fcbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5fcbbd; -webkit-box-shadow: 1px 1px 3px 2px #5fcbbd; box-shadow: 1px 1px 3px 2px #5fcbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,203,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5fcbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5fcbbd; -webkit-box-shadow: 1px 1px 3px 2px #5fcbbd; box-shadow: 1px 1px 3px 2px #5fcbbd;">
Div content here</div>
This div box has shadow with color #5fcbbd
Comments
No comments written yet.
Please login to write comment.