Color spaces of #52f968
RGB | 82 | 249 | 104 |
---|---|---|---|
HSL | 0.36 | 0.93 | 0.65 |
HSV | 128° | 67° | 98° |
CMYK | 0.67 | 0.00 | 0.58 0.02 |
XYZ | 39.8540 | 70.5447 | 24.6127 |
Yxy | 70.5447 | 0.2952 | 0.5225 |
Hunter Lab | 83.9909 | -62.2851 | 41.4193 |
CIE-Lab | 87.2633 | -70.8626 | 56.2077 |
#52f968 color RGB value is (82,249,104).
#52f968 hex color red value is 82, green value is 249 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #52f968 hue: 0.36 , saturation: 0.93 and the lightness value of 52f968 is 0.65.
The process color (four color CMYK) of #52f968 color hex is 0.67, 0.00, 0.58, 0.02. Web safe color of #52f968 is #66ff66. Color #52f968 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 11111001 | 01101000 |
Octal | 122 | 371 | 150 |
Decimal | 82 | 249 | 104 |
Hex | 52 | F9 | 68 |
Shades of #52f968
Tints of #52f968
RGB Percentages of Color #52f968
CMYK Percentages of Color #52f968
Complementary Color
#52f968 | #f952e3 |
#52f968 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#52f968 Color Preview on White Background
Lorem ipsum dolor sit amet.
#52f968 Color CSS Codes
.mybgcolor {background-color:#52f968; } .myforecolor {color:#52f968; } .mybordercolor {border:3px solid #52f968; }
#52f968 Text Font Color
<p style="color:#52f968">Text here</p>
This sample text font color is #52f968
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.
#52f968 Background Color
<div style="background-color:#52f968">
Div content here</div>
This div background color is #52f968
#52f968 Border Color
<div style="border:3px solid #52f968">
Div here</div>
This div border color is #52f968
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,249,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #52f968; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #52f968; -webkit-box-shadow: 1px 1px 3px 2px #52f968; box-shadow: 1px 1px 3px 2px #52f968; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,249,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #52f968">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #52f968; -webkit-box-shadow: 1px 1px 3px 2px #52f968; box-shadow: 1px 1px 3px 2px #52f968;">
Div content here</div>
This div box has shadow with color #52f968
Comments
No comments written yet.
Please login to write comment.