Color spaces of #52adbf
RGB | 82 | 173 | 191 |
---|---|---|---|
HSL | 0.53 | 0.46 | 0.54 |
HSV | 190° | 57° | 75° |
CMYK | 0.57 | 0.09 | 0.00 0.25 |
XYZ | 27.8272 | 35.4426 | 54.6647 |
Yxy | 35.4426 | 0.2360 | 0.3005 |
Hunter Lab | 59.5337 | -20.7496 | -12.7674 |
CIE-Lab | 66.0918 | -21.8372 | -17.4191 |
#52adbf color RGB value is (82,173,191).
#52adbf hex color red value is 82, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #52adbf hue: 0.53 , saturation: 0.46 and the lightness value of 52adbf is 0.54.
The process color (four color CMYK) of #52adbf color hex is 0.57, 0.09, 0.00, 0.25. Web safe color of #52adbf is #6699cc. Color #52adbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 10101101 | 10111111 |
Octal | 122 | 255 | 277 |
Decimal | 82 | 173 | 191 |
Hex | 52 | AD | BF |
Shades of #52adbf
Tints of #52adbf
RGB Percentages of Color #52adbf
CMYK Percentages of Color #52adbf
Complementary Color
#52adbf | #bf6452 |
#52adbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#52adbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#52adbf Color CSS Codes
.mybgcolor {background-color:#52adbf; } .myforecolor {color:#52adbf; } .mybordercolor {border:3px solid #52adbf; }
#52adbf Text Font Color
<p style="color:#52adbf">Text here</p>
This sample text font color is #52adbf
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.
#52adbf Background Color
<div style="background-color:#52adbf">
Div content here</div>
This div background color is #52adbf
#52adbf Border Color
<div style="border:3px solid #52adbf">
Div here</div>
This div border color is #52adbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,173,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #52adbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #52adbf; -webkit-box-shadow: 1px 1px 3px 2px #52adbf; box-shadow: 1px 1px 3px 2px #52adbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,173,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #52adbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #52adbf; -webkit-box-shadow: 1px 1px 3px 2px #52adbf; box-shadow: 1px 1px 3px 2px #52adbf;">
Div content here</div>
This div box has shadow with color #52adbf
Comments
No comments written yet.
Please login to write comment.