Color spaces of #6afbaf
RGB | 106 | 251 | 175 |
---|---|---|---|
HSL | 0.41 | 0.95 | 0.70 |
HSV | 149° | 58° | 98° |
CMYK | 0.58 | 0.00 | 0.30 0.02 |
XYZ | 48.1789 | 75.1537 | 52.5243 |
Yxy | 75.1537 | 0.2740 | 0.4274 |
Hunter Lab | 86.6912 | -52.5078 | 24.7614 |
CIE-Lab | 89.4649 | -55.9240 | 24.9817 |
#6afbaf color RGB value is (106,251,175).
#6afbaf hex color red value is 106, green value is 251 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6afbaf hue: 0.41 , saturation: 0.95 and the lightness value of 6afbaf is 0.70.
The process color (four color CMYK) of #6afbaf color hex is 0.58, 0.00, 0.30, 0.02. Web safe color of #6afbaf is #66ff99. Color #6afbaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 11111011 | 10101111 |
Octal | 152 | 373 | 257 |
Decimal | 106 | 251 | 175 |
Hex | 6A | FB | AF |
Shades of #6afbaf
Tints of #6afbaf
RGB Percentages of Color #6afbaf
CMYK Percentages of Color #6afbaf
Complementary Color
#6afbaf | #fb6ab6 |
#6afbaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6afbaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#6afbaf Color CSS Codes
.mybgcolor {background-color:#6afbaf; } .myforecolor {color:#6afbaf; } .mybordercolor {border:3px solid #6afbaf; }
#6afbaf Text Font Color
<p style="color:#6afbaf">Text here</p>
This sample text font color is #6afbaf
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.
#6afbaf Background Color
<div style="background-color:#6afbaf">
Div content here</div>
This div background color is #6afbaf
#6afbaf Border Color
<div style="border:3px solid #6afbaf">
Div here</div>
This div border color is #6afbaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,251,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6afbaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6afbaf; -webkit-box-shadow: 1px 1px 3px 2px #6afbaf; box-shadow: 1px 1px 3px 2px #6afbaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,251,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6afbaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6afbaf; -webkit-box-shadow: 1px 1px 3px 2px #6afbaf; box-shadow: 1px 1px 3px 2px #6afbaf;">
Div content here</div>
This div box has shadow with color #6afbaf
Comments
No comments written yet.
Please login to write comment.