Color spaces of #6fb052
RGB | 111 | 176 | 82 |
---|---|---|---|
HSL | 0.28 | 0.37 | 0.51 |
HSV | 101° | 53° | 69° |
CMYK | 0.37 | 0.00 | 0.53 0.31 |
XYZ | 23.6039 | 35.0394 | 13.5019 |
Yxy | 35.0394 | 0.3272 | 0.4857 |
Hunter Lab | 59.1941 | -32.4120 | 27.9121 |
CIE-Lab | 65.7793 | -38.2159 | 41.2652 |
#6fb052 color RGB value is (111,176,82).
#6fb052 hex color red value is 111, green value is 176 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #6fb052 hue: 0.28 , saturation: 0.37 and the lightness value of 6fb052 is 0.51.
The process color (four color CMYK) of #6fb052 color hex is 0.37, 0.00, 0.53, 0.31. Web safe color of #6fb052 is #669966. Color #6fb052 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 10110000 | 01010010 |
Octal | 157 | 260 | 122 |
Decimal | 111 | 176 | 82 |
Hex | 6F | B0 | 52 |
Shades of #6fb052
Tints of #6fb052
RGB Percentages of Color #6fb052
CMYK Percentages of Color #6fb052
Complementary Color
#6fb052 | #9352b0 |
#6fb052 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6fb052 Color Preview on White Background
Lorem ipsum dolor sit amet.
#6fb052 Color CSS Codes
.mybgcolor {background-color:#6fb052; } .myforecolor {color:#6fb052; } .mybordercolor {border:3px solid #6fb052; }
#6fb052 Text Font Color
<p style="color:#6fb052">Text here</p>
This sample text font color is #6fb052
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.
#6fb052 Background Color
<div style="background-color:#6fb052">
Div content here</div>
This div background color is #6fb052
#6fb052 Border Color
<div style="border:3px solid #6fb052">
Div here</div>
This div border color is #6fb052
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,176,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6fb052; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6fb052; -webkit-box-shadow: 1px 1px 3px 2px #6fb052; box-shadow: 1px 1px 3px 2px #6fb052; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,176,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6fb052">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6fb052; -webkit-box-shadow: 1px 1px 3px 2px #6fb052; box-shadow: 1px 1px 3px 2px #6fb052;">
Div content here</div>
This div box has shadow with color #6fb052
Comments
No comments written yet.
Please login to write comment.