Color spaces of #52ebfd
RGB | 82 | 235 | 253 |
---|---|---|---|
HSL | 0.52 | 0.98 | 0.66 |
HSV | 186° | 68° | 99° |
CMYK | 0.68 | 0.07 | 0.00 0.01 |
XYZ | 50.9176 | 68.3023 | 103.4285 |
Yxy | 68.3023 | 0.2287 | 0.3068 |
Hunter Lab | 82.6452 | -34.6555 | -16.3484 |
CIE-Lab | 86.1574 | -34.2521 | -20.4695 |
#52ebfd color RGB value is (82,235,253).
#52ebfd hex color red value is 82, green value is 235 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #52ebfd hue: 0.52 , saturation: 0.98 and the lightness value of 52ebfd is 0.66.
The process color (four color CMYK) of #52ebfd color hex is 0.68, 0.07, 0.00, 0.01. Web safe color of #52ebfd is #66ffff. Color #52ebfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 11101011 | 11111101 |
Octal | 122 | 353 | 375 |
Decimal | 82 | 235 | 253 |
Hex | 52 | EB | FD |
Shades of #52ebfd
Tints of #52ebfd
RGB Percentages of Color #52ebfd
CMYK Percentages of Color #52ebfd
Complementary Color
#52ebfd | #fd6452 |
#52ebfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#52ebfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#52ebfd Color CSS Codes
.mybgcolor {background-color:#52ebfd; } .myforecolor {color:#52ebfd; } .mybordercolor {border:3px solid #52ebfd; }
#52ebfd Text Font Color
<p style="color:#52ebfd">Text here</p>
This sample text font color is #52ebfd
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.
#52ebfd Background Color
<div style="background-color:#52ebfd">
Div content here</div>
This div background color is #52ebfd
#52ebfd Border Color
<div style="border:3px solid #52ebfd">
Div here</div>
This div border color is #52ebfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,235,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #52ebfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #52ebfd; -webkit-box-shadow: 1px 1px 3px 2px #52ebfd; box-shadow: 1px 1px 3px 2px #52ebfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,235,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #52ebfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #52ebfd; -webkit-box-shadow: 1px 1px 3px 2px #52ebfd; box-shadow: 1px 1px 3px 2px #52ebfd;">
Div content here</div>
This div box has shadow with color #52ebfd
Comments
No comments written yet.
Please login to write comment.