Color spaces of #1fcada
RGB | 31 | 202 | 218 |
---|---|---|---|
HSL | 0.51 | 0.75 | 0.49 |
HSV | 185° | 86° | 85° |
CMYK | 0.86 | 0.07 | 0.00 0.15 |
XYZ | 34.3405 | 47.5943 | 73.7064 |
Yxy | 47.5943 | 0.2206 | 0.3058 |
Hunter Lab | 68.9886 | -31.8781 | -15.0525 |
CIE-Lab | 74.5683 | -34.2637 | -19.4560 |
#1fcada color RGB value is (31,202,218).
#1fcada hex color red value is 31, green value is 202 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #1fcada hue: 0.51 , saturation: 0.75 and the lightness value of 1fcada is 0.49.
The process color (four color CMYK) of #1fcada color hex is 0.86, 0.07, 0.00, 0.15. Web safe color of #1fcada is #33cccc. Color #1fcada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011111 | 11001010 | 11011010 |
Octal | 37 | 312 | 332 |
Decimal | 31 | 202 | 218 |
Hex | 1F | CA | DA |
Shades of #1fcada
Tints of #1fcada
RGB Percentages of Color #1fcada
CMYK Percentages of Color #1fcada
Complementary Color
#1fcada | #da2f1f |
#1fcada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1fcada Color Preview on White Background
Lorem ipsum dolor sit amet.
#1fcada Color CSS Codes
.mybgcolor {background-color:#1fcada; } .myforecolor {color:#1fcada; } .mybordercolor {border:3px solid #1fcada; }
#1fcada Text Font Color
<p style="color:#1fcada">Text here</p>
This sample text font color is #1fcada
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.
#1fcada Background Color
<div style="background-color:#1fcada">
Div content here</div>
This div background color is #1fcada
#1fcada Border Color
<div style="border:3px solid #1fcada">
Div here</div>
This div border color is #1fcada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(31,202,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1fcada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1fcada; -webkit-box-shadow: 1px 1px 3px 2px #1fcada; box-shadow: 1px 1px 3px 2px #1fcada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(31,202,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1fcada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1fcada; -webkit-box-shadow: 1px 1px 3px 2px #1fcada; box-shadow: 1px 1px 3px 2px #1fcada;">
Div content here</div>
This div box has shadow with color #1fcada
Comments
No comments written yet.
Please login to write comment.