Color spaces of #36cfef
RGB | 54 | 207 | 239 |
---|---|---|---|
HSL | 0.53 | 0.85 | 0.57 |
HSV | 190° | 77° | 94° |
CMYK | 0.77 | 0.13 | 0.00 0.06 |
XYZ | 39.4141 | 51.6419 | 89.5519 |
Yxy | 51.6419 | 0.2182 | 0.2859 |
Hunter Lab | 71.8623 | -27.8577 | -23.5812 |
CIE-Lab | 77.0662 | -28.2915 | -26.9260 |
#36cfef color RGB value is (54,207,239).
#36cfef hex color red value is 54, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #36cfef hue: 0.53 , saturation: 0.85 and the lightness value of 36cfef is 0.57.
The process color (four color CMYK) of #36cfef color hex is 0.77, 0.13, 0.00, 0.06. Web safe color of #36cfef is #33ccff. Color #36cfef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 11001111 | 11101111 |
Octal | 66 | 317 | 357 |
Decimal | 54 | 207 | 239 |
Hex | 36 | CF | EF |
Shades of #36cfef
Tints of #36cfef
RGB Percentages of Color #36cfef
CMYK Percentages of Color #36cfef
Complementary Color
#36cfef | #ef5636 |
#36cfef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#36cfef Color Preview on White Background
Lorem ipsum dolor sit amet.
#36cfef Color CSS Codes
.mybgcolor {background-color:#36cfef; } .myforecolor {color:#36cfef; } .mybordercolor {border:3px solid #36cfef; }
#36cfef Text Font Color
<p style="color:#36cfef">Text here</p>
This sample text font color is #36cfef
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.
#36cfef Background Color
<div style="background-color:#36cfef">
Div content here</div>
This div background color is #36cfef
#36cfef Border Color
<div style="border:3px solid #36cfef">
Div here</div>
This div border color is #36cfef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,207,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #36cfef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #36cfef; -webkit-box-shadow: 1px 1px 3px 2px #36cfef; box-shadow: 1px 1px 3px 2px #36cfef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,207,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #36cfef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #36cfef; -webkit-box-shadow: 1px 1px 3px 2px #36cfef; box-shadow: 1px 1px 3px 2px #36cfef;">
Div content here</div>
This div box has shadow with color #36cfef
Comments
No comments written yet.
Please login to write comment.