Color spaces of #36e1fa
RGB | 54 | 225 | 250 |
---|---|---|---|
HSL | 0.52 | 0.95 | 0.60 |
HSV | 188° | 78° | 98° |
CMYK | 0.78 | 0.10 | 0.00 0.02 |
XYZ | 45.7019 | 61.5368 | 99.9115 |
Yxy | 61.5368 | 0.2206 | 0.2971 |
Hunter Lab | 78.4454 | -33.2862 | -20.6026 |
CIE-Lab | 82.6665 | -33.5730 | -24.2342 |
#36e1fa color RGB value is (54,225,250).
#36e1fa hex color red value is 54, green value is 225 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #36e1fa hue: 0.52 , saturation: 0.95 and the lightness value of 36e1fa is 0.60.
The process color (four color CMYK) of #36e1fa color hex is 0.78, 0.10, 0.00, 0.02. Web safe color of #36e1fa is #33ccff. Color #36e1fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 11100001 | 11111010 |
Octal | 66 | 341 | 372 |
Decimal | 54 | 225 | 250 |
Hex | 36 | E1 | FA |
Shades of #36e1fa
Tints of #36e1fa
RGB Percentages of Color #36e1fa
CMYK Percentages of Color #36e1fa
Complementary Color
#36e1fa | #fa4f36 |
#36e1fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#36e1fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#36e1fa Color CSS Codes
.mybgcolor {background-color:#36e1fa; } .myforecolor {color:#36e1fa; } .mybordercolor {border:3px solid #36e1fa; }
#36e1fa Text Font Color
<p style="color:#36e1fa">Text here</p>
This sample text font color is #36e1fa
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.
#36e1fa Background Color
<div style="background-color:#36e1fa">
Div content here</div>
This div background color is #36e1fa
#36e1fa Border Color
<div style="border:3px solid #36e1fa">
Div here</div>
This div border color is #36e1fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,225,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #36e1fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #36e1fa; -webkit-box-shadow: 1px 1px 3px 2px #36e1fa; box-shadow: 1px 1px 3px 2px #36e1fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,225,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 #36e1fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #36e1fa; -webkit-box-shadow: 1px 1px 3px 2px #36e1fa; box-shadow: 1px 1px 3px 2px #36e1fa;">
Div content here</div>
This div box has shadow with color #36e1fa
Comments
No comments written yet.
Please login to write comment.