Color spaces of #41bcdc
RGB | 65 | 188 | 220 |
---|---|---|---|
HSL | 0.53 | 0.69 | 0.56 |
HSV | 192° | 70° | 86° |
CMYK | 0.70 | 0.15 | 0.00 0.14 |
XYZ | 33.0815 | 42.2576 | 74.1231 |
Yxy | 42.2576 | 0.2213 | 0.2827 |
Hunter Lab | 65.0058 | -22.9215 | -22.1015 |
CIE-Lab | 71.0482 | -23.4969 | -25.8556 |
#41bcdc color RGB value is (65,188,220).
#41bcdc hex color red value is 65, green value is 188 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #41bcdc hue: 0.53 , saturation: 0.69 and the lightness value of 41bcdc is 0.56.
The process color (four color CMYK) of #41bcdc color hex is 0.70, 0.15, 0.00, 0.14. Web safe color of #41bcdc is #33cccc. Color #41bcdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 10111100 | 11011100 |
Octal | 101 | 274 | 334 |
Decimal | 65 | 188 | 220 |
Hex | 41 | BC | DC |
Shades of #41bcdc
Tints of #41bcdc
RGB Percentages of Color #41bcdc
CMYK Percentages of Color #41bcdc
Complementary Color
#41bcdc | #dc6141 |
#41bcdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#41bcdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#41bcdc Color CSS Codes
.mybgcolor {background-color:#41bcdc; } .myforecolor {color:#41bcdc; } .mybordercolor {border:3px solid #41bcdc; }
#41bcdc Text Font Color
<p style="color:#41bcdc">Text here</p>
This sample text font color is #41bcdc
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.
#41bcdc Background Color
<div style="background-color:#41bcdc">
Div content here</div>
This div background color is #41bcdc
#41bcdc Border Color
<div style="border:3px solid #41bcdc">
Div here</div>
This div border color is #41bcdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,188,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #41bcdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #41bcdc; -webkit-box-shadow: 1px 1px 3px 2px #41bcdc; box-shadow: 1px 1px 3px 2px #41bcdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,188,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #41bcdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #41bcdc; -webkit-box-shadow: 1px 1px 3px 2px #41bcdc; box-shadow: 1px 1px 3px 2px #41bcdc;">
Div content here</div>
This div box has shadow with color #41bcdc
Comments
No comments written yet.
Please login to write comment.