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