Color spaces of #6afddc
RGB | 106 | 253 | 220 |
---|---|---|---|
HSL | 0.46 | 0.97 | 0.70 |
HSV | 167° | 58° | 99° |
CMYK | 0.58 | 0.00 | 0.13 0.01 |
XYZ | 53.9874 | 78.4820 | 80.0133 |
Yxy | 78.4820 | 0.2541 | 0.3694 |
Hunter Lab | 88.5901 | -46.2535 | 8.4632 |
CIE-Lab | 90.9994 | -47.1207 | 4.0011 |
#6afddc color RGB value is (106,253,220).
#6afddc hex color red value is 106, green value is 253 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6afddc hue: 0.46 , saturation: 0.97 and the lightness value of 6afddc is 0.70.
The process color (four color CMYK) of #6afddc color hex is 0.58, 0.00, 0.13, 0.01. Web safe color of #6afddc is #66ffcc. Color #6afddc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 11111101 | 11011100 |
Octal | 152 | 375 | 334 |
Decimal | 106 | 253 | 220 |
Hex | 6A | FD | DC |
Shades of #6afddc
Tints of #6afddc
RGB Percentages of Color #6afddc
CMYK Percentages of Color #6afddc
Complementary Color
#6afddc | #fd6a8b |
#6afddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6afddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6afddc Color CSS Codes
.mybgcolor {background-color:#6afddc; } .myforecolor {color:#6afddc; } .mybordercolor {border:3px solid #6afddc; }
#6afddc Text Font Color
<p style="color:#6afddc">Text here</p>
This sample text font color is #6afddc
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.
#6afddc Background Color
<div style="background-color:#6afddc">
Div content here</div>
This div background color is #6afddc
#6afddc Border Color
<div style="border:3px solid #6afddc">
Div here</div>
This div border color is #6afddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,253,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6afddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6afddc; -webkit-box-shadow: 1px 1px 3px 2px #6afddc; box-shadow: 1px 1px 3px 2px #6afddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,253,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6afddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6afddc; -webkit-box-shadow: 1px 1px 3px 2px #6afddc; box-shadow: 1px 1px 3px 2px #6afddc;">
Div content here</div>
This div box has shadow with color #6afddc
#6afddc Color Palettes
Comments
No comments written yet.
Please login to write comment.