Color spaces of #36acde
RGB | 54 | 172 | 222 |
---|---|---|---|
HSL | 0.55 | 0.72 | 0.54 |
HSV | 198° | 76° | 87° |
CMYK | 0.76 | 0.23 | 0.00 0.13 |
XYZ | 29.4587 | 35.5632 | 74.4190 |
Yxy | 35.5632 | 0.2113 | 0.2550 |
Hunter Lab | 59.6349 | -16.1849 | -32.2442 |
CIE-Lab | 66.1848 | -15.8724 | -34.4745 |
#36acde color RGB value is (54,172,222).
#36acde hex color red value is 54, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #36acde hue: 0.55 , saturation: 0.72 and the lightness value of 36acde is 0.54.
The process color (four color CMYK) of #36acde color hex is 0.76, 0.23, 0.00, 0.13. Web safe color of #36acde is #3399cc. Color #36acde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 10101100 | 11011110 |
Octal | 66 | 254 | 336 |
Decimal | 54 | 172 | 222 |
Hex | 36 | AC | DE |
Shades of #36acde
Tints of #36acde
RGB Percentages of Color #36acde
CMYK Percentages of Color #36acde
Complementary Color
#36acde | #de6836 |
#36acde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#36acde Color Preview on White Background
Lorem ipsum dolor sit amet.
#36acde Color CSS Codes
.mybgcolor {background-color:#36acde; } .myforecolor {color:#36acde; } .mybordercolor {border:3px solid #36acde; }
#36acde Text Font Color
<p style="color:#36acde">Text here</p>
This sample text font color is #36acde
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.
#36acde Background Color
<div style="background-color:#36acde">
Div content here</div>
This div background color is #36acde
#36acde Border Color
<div style="border:3px solid #36acde">
Div here</div>
This div border color is #36acde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,172,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #36acde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #36acde; -webkit-box-shadow: 1px 1px 3px 2px #36acde; box-shadow: 1px 1px 3px 2px #36acde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,172,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #36acde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #36acde; -webkit-box-shadow: 1px 1px 3px 2px #36acde; box-shadow: 1px 1px 3px 2px #36acde;">
Div content here</div>
This div box has shadow with color #36acde
Comments
No comments written yet.
Please login to write comment.