Color spaces of #41cefa
RGB | 65 | 206 | 250 |
---|---|---|---|
HSL | 0.54 | 0.95 | 0.62 |
HSV | 194° | 74° | 98° |
CMYK | 0.74 | 0.18 | 0.00 0.02 |
XYZ | 41.5066 | 52.1686 | 98.3244 |
Yxy | 52.1686 | 0.2162 | 0.2717 |
Hunter Lab | 72.2278 | -23.8215 | -30.1525 |
CIE-Lab | 77.3815 | -23.1658 | -32.3115 |
#41cefa color RGB value is (65,206,250).
#41cefa hex color red value is 65, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #41cefa hue: 0.54 , saturation: 0.95 and the lightness value of 41cefa is 0.62.
The process color (four color CMYK) of #41cefa color hex is 0.74, 0.18, 0.00, 0.02. Web safe color of #41cefa is #33ccff. Color #41cefa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 11001110 | 11111010 |
Octal | 101 | 316 | 372 |
Decimal | 65 | 206 | 250 |
Hex | 41 | CE | FA |
Shades of #41cefa
Tints of #41cefa
RGB Percentages of Color #41cefa
CMYK Percentages of Color #41cefa
Complementary Color
#41cefa | #fa6d41 |
#41cefa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#41cefa Color Preview on White Background
Lorem ipsum dolor sit amet.
#41cefa Color CSS Codes
.mybgcolor {background-color:#41cefa; } .myforecolor {color:#41cefa; } .mybordercolor {border:3px solid #41cefa; }
#41cefa Text Font Color
<p style="color:#41cefa">Text here</p>
This sample text font color is #41cefa
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.
#41cefa Background Color
<div style="background-color:#41cefa">
Div content here</div>
This div background color is #41cefa
#41cefa Border Color
<div style="border:3px solid #41cefa">
Div here</div>
This div border color is #41cefa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,206,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #41cefa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #41cefa; -webkit-box-shadow: 1px 1px 3px 2px #41cefa; box-shadow: 1px 1px 3px 2px #41cefa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,206,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #41cefa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #41cefa; -webkit-box-shadow: 1px 1px 3px 2px #41cefa; box-shadow: 1px 1px 3px 2px #41cefa;">
Div content here</div>
This div box has shadow with color #41cefa
Comments
No comments written yet.
Please login to write comment.