Color spaces of #68faba
RGB | 104 | 250 | 186 |
---|---|---|---|
HSL | 0.43 | 0.94 | 0.69 |
HSV | 154° | 58° | 98° |
CMYK | 0.58 | 0.00 | 0.26 0.02 |
XYZ | 48.7575 | 74.8594 | 58.3339 |
Yxy | 74.8594 | 0.2680 | 0.4114 |
Hunter Lab | 86.5213 | -50.8219 | 20.5908 |
CIE-Lab | 89.3271 | -53.7403 | 19.1619 |
#68faba color RGB value is (104,250,186).
#68faba hex color red value is 104, green value is 250 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #68faba hue: 0.43 , saturation: 0.94 and the lightness value of 68faba is 0.69.
The process color (four color CMYK) of #68faba color hex is 0.58, 0.00, 0.26, 0.02. Web safe color of #68faba is #66ffcc. Color #68faba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 11111010 | 10111010 |
Octal | 150 | 372 | 272 |
Decimal | 104 | 250 | 186 |
Hex | 68 | FA | BA |
Shades of #68faba
Tints of #68faba
RGB Percentages of Color #68faba
CMYK Percentages of Color #68faba
Complementary Color
#68faba | #fa68a8 |
#68faba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#68faba Color Preview on White Background
Lorem ipsum dolor sit amet.
#68faba Color CSS Codes
.mybgcolor {background-color:#68faba; } .myforecolor {color:#68faba; } .mybordercolor {border:3px solid #68faba; }
#68faba Text Font Color
<p style="color:#68faba">Text here</p>
This sample text font color is #68faba
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.
#68faba Background Color
<div style="background-color:#68faba">
Div content here</div>
This div background color is #68faba
#68faba Border Color
<div style="border:3px solid #68faba">
Div here</div>
This div border color is #68faba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,250,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #68faba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #68faba; -webkit-box-shadow: 1px 1px 3px 2px #68faba; box-shadow: 1px 1px 3px 2px #68faba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,250,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #68faba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #68faba; -webkit-box-shadow: 1px 1px 3px 2px #68faba; box-shadow: 1px 1px 3px 2px #68faba;">
Div content here</div>
This div box has shadow with color #68faba
Comments
No comments written yet.
Please login to write comment.