Color spaces of #68eebb
RGB | 104 | 238 | 187 |
---|---|---|---|
HSL | 0.44 | 0.80 | 0.67 |
HSV | 157° | 56° | 93° |
CMYK | 0.56 | 0.00 | 0.21 0.07 |
XYZ | 45.2531 | 67.6800 | 57.6922 |
Yxy | 67.6800 | 0.2652 | 0.3967 |
Hunter Lab | 82.2679 | -45.7812 | 16.0090 |
CIE-Lab | 85.8462 | -48.5651 | 13.7582 |
#68eebb color RGB value is (104,238,187).
#68eebb hex color red value is 104, green value is 238 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #68eebb hue: 0.44 , saturation: 0.80 and the lightness value of 68eebb is 0.67.
The process color (four color CMYK) of #68eebb color hex is 0.56, 0.00, 0.21, 0.07. Web safe color of #68eebb is #66ffcc. Color #68eebb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 11101110 | 10111011 |
Octal | 150 | 356 | 273 |
Decimal | 104 | 238 | 187 |
Hex | 68 | EE | BB |
Shades of #68eebb
Tints of #68eebb
RGB Percentages of Color #68eebb
CMYK Percentages of Color #68eebb
Complementary Color
#68eebb | #ee689b |
#68eebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#68eebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#68eebb Color CSS Codes
.mybgcolor {background-color:#68eebb; } .myforecolor {color:#68eebb; } .mybordercolor {border:3px solid #68eebb; }
#68eebb Text Font Color
<p style="color:#68eebb">Text here</p>
This sample text font color is #68eebb
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.
#68eebb Background Color
<div style="background-color:#68eebb">
Div content here</div>
This div background color is #68eebb
#68eebb Border Color
<div style="border:3px solid #68eebb">
Div here</div>
This div border color is #68eebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,238,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #68eebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #68eebb; -webkit-box-shadow: 1px 1px 3px 2px #68eebb; box-shadow: 1px 1px 3px 2px #68eebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,238,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #68eebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #68eebb; -webkit-box-shadow: 1px 1px 3px 2px #68eebb; box-shadow: 1px 1px 3px 2px #68eebb;">
Div content here</div>
This div box has shadow with color #68eebb
Comments
No comments written yet.
Please login to write comment.