Color spaces of #41fbcd
RGB | 65 | 251 | 205 |
---|---|---|---|
HSL | 0.46 | 0.96 | 0.62 |
HSV | 165° | 74° | 98° |
CMYK | 0.74 | 0.00 | 0.18 0.02 |
XYZ | 47.6966 | 74.5260 | 69.6287 |
Yxy | 74.5260 | 0.2486 | 0.3885 |
Hunter Lab | 86.3284 | -52.4532 | 12.6092 |
CIE-Lab | 89.1705 | -55.9896 | 9.0202 |
#41fbcd color RGB value is (65,251,205).
#41fbcd hex color red value is 65, green value is 251 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #41fbcd hue: 0.46 , saturation: 0.96 and the lightness value of 41fbcd is 0.62.
The process color (four color CMYK) of #41fbcd color hex is 0.74, 0.00, 0.18, 0.02. Web safe color of #41fbcd is #33ffcc. Color #41fbcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 11111011 | 11001101 |
Octal | 101 | 373 | 315 |
Decimal | 65 | 251 | 205 |
Hex | 41 | FB | CD |
Shades of #41fbcd
Tints of #41fbcd
RGB Percentages of Color #41fbcd
CMYK Percentages of Color #41fbcd
Complementary Color
#41fbcd | #fb416f |
#41fbcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#41fbcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#41fbcd Color CSS Codes
.mybgcolor {background-color:#41fbcd; } .myforecolor {color:#41fbcd; } .mybordercolor {border:3px solid #41fbcd; }
#41fbcd Text Font Color
<p style="color:#41fbcd">Text here</p>
This sample text font color is #41fbcd
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.
#41fbcd Background Color
<div style="background-color:#41fbcd">
Div content here</div>
This div background color is #41fbcd
#41fbcd Border Color
<div style="border:3px solid #41fbcd">
Div here</div>
This div border color is #41fbcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,251,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #41fbcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #41fbcd; -webkit-box-shadow: 1px 1px 3px 2px #41fbcd; box-shadow: 1px 1px 3px 2px #41fbcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,251,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #41fbcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #41fbcd; -webkit-box-shadow: 1px 1px 3px 2px #41fbcd; box-shadow: 1px 1px 3px 2px #41fbcd;">
Div content here</div>
This div box has shadow with color #41fbcd
Comments
No comments written yet.
Please login to write comment.