Color spaces of #6afadf
RGB | 106 | 250 | 223 |
---|---|---|---|
HSL | 0.47 | 0.94 | 0.70 |
HSV | 169° | 58° | 98° |
CMYK | 0.58 | 0.00 | 0.11 0.02 |
XYZ | 53.4487 | 76.7631 | 81.8118 |
Yxy | 76.7631 | 0.2521 | 0.3620 |
Hunter Lab | 87.6146 | -44.4327 | 5.9670 |
CIE-Lab | 90.2125 | -45.1107 | 1.3020 |
#6afadf color RGB value is (106,250,223).
#6afadf hex color red value is 106, green value is 250 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6afadf hue: 0.47 , saturation: 0.94 and the lightness value of 6afadf is 0.70.
The process color (four color CMYK) of #6afadf color hex is 0.58, 0.00, 0.11, 0.02. Web safe color of #6afadf is #66ffcc. Color #6afadf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 11111010 | 11011111 |
Octal | 152 | 372 | 337 |
Decimal | 106 | 250 | 223 |
Hex | 6A | FA | DF |
Shades of #6afadf
Tints of #6afadf
RGB Percentages of Color #6afadf
CMYK Percentages of Color #6afadf
Complementary Color
#6afadf | #fa6a85 |
#6afadf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6afadf Color Preview on White Background
Lorem ipsum dolor sit amet.
#6afadf Color CSS Codes
.mybgcolor {background-color:#6afadf; } .myforecolor {color:#6afadf; } .mybordercolor {border:3px solid #6afadf; }
#6afadf Text Font Color
<p style="color:#6afadf">Text here</p>
This sample text font color is #6afadf
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.
#6afadf Background Color
<div style="background-color:#6afadf">
Div content here</div>
This div background color is #6afadf
#6afadf Border Color
<div style="border:3px solid #6afadf">
Div here</div>
This div border color is #6afadf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,250,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6afadf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6afadf; -webkit-box-shadow: 1px 1px 3px 2px #6afadf; box-shadow: 1px 1px 3px 2px #6afadf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,250,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6afadf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6afadf; -webkit-box-shadow: 1px 1px 3px 2px #6afadf; box-shadow: 1px 1px 3px 2px #6afadf;">
Div content here</div>
This div box has shadow with color #6afadf
Comments
No comments written yet.
Please login to write comment.