Color spaces of #5fcaae
RGB | 95 | 202 | 174 |
---|---|---|---|
HSL | 0.46 | 0.50 | 0.58 |
HSV | 164° | 53° | 79° |
CMYK | 0.53 | 0.00 | 0.14 0.21 |
XYZ | 33.4798 | 47.7299 | 47.4926 |
Yxy | 47.7299 | 0.2601 | 0.3709 |
Hunter Lab | 69.0868 | -34.4000 | 7.6028 |
CIE-Lab | 74.6542 | -37.6345 | 4.6238 |
#5fcaae color RGB value is (95,202,174).
#5fcaae hex color red value is 95, green value is 202 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5fcaae hue: 0.46 , saturation: 0.50 and the lightness value of 5fcaae is 0.58.
The process color (four color CMYK) of #5fcaae color hex is 0.53, 0.00, 0.14, 0.21. Web safe color of #5fcaae is #66cc99. Color #5fcaae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11001010 | 10101110 |
Octal | 137 | 312 | 256 |
Decimal | 95 | 202 | 174 |
Hex | 5F | CA | AE |
Shades of #5fcaae
Tints of #5fcaae
RGB Percentages of Color #5fcaae
CMYK Percentages of Color #5fcaae
Complementary Color
#5fcaae | #ca5f7b |
#5fcaae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5fcaae Color Preview on White Background
Lorem ipsum dolor sit amet.
#5fcaae Color CSS Codes
.mybgcolor {background-color:#5fcaae; } .myforecolor {color:#5fcaae; } .mybordercolor {border:3px solid #5fcaae; }
#5fcaae Text Font Color
<p style="color:#5fcaae">Text here</p>
This sample text font color is #5fcaae
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.
#5fcaae Background Color
<div style="background-color:#5fcaae">
Div content here</div>
This div background color is #5fcaae
#5fcaae Border Color
<div style="border:3px solid #5fcaae">
Div here</div>
This div border color is #5fcaae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,202,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5fcaae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5fcaae; -webkit-box-shadow: 1px 1px 3px 2px #5fcaae; box-shadow: 1px 1px 3px 2px #5fcaae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,202,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5fcaae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5fcaae; -webkit-box-shadow: 1px 1px 3px 2px #5fcaae; box-shadow: 1px 1px 3px 2px #5fcaae;">
Div content here</div>
This div box has shadow with color #5fcaae
Comments
No comments written yet.
Please login to write comment.