Color spaces of #68bebf
RGB | 104 | 190 | 191 |
---|---|---|---|
HSL | 0.50 | 0.40 | 0.58 |
HSV | 181° | 46° | 75° |
CMYK | 0.46 | 0.01 | 0.00 0.25 |
XYZ | 33.5263 | 43.5316 | 55.9256 |
Yxy | 43.5316 | 0.2521 | 0.3273 |
Hunter Lab | 65.9785 | -24.7594 | -4.0713 |
CIE-Lab | 71.9143 | -25.6609 | -8.5933 |
#68bebf color RGB value is (104,190,191).
#68bebf hex color red value is 104, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #68bebf hue: 0.50 , saturation: 0.40 and the lightness value of 68bebf is 0.58.
The process color (four color CMYK) of #68bebf color hex is 0.46, 0.01, 0.00, 0.25. Web safe color of #68bebf is #66cccc. Color #68bebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 10111110 | 10111111 |
Octal | 150 | 276 | 277 |
Decimal | 104 | 190 | 191 |
Hex | 68 | BE | BF |
Shades of #68bebf
Tints of #68bebf
RGB Percentages of Color #68bebf
CMYK Percentages of Color #68bebf
Complementary Color
#68bebf | #bf6968 |
#68bebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#68bebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#68bebf Color CSS Codes
.mybgcolor {background-color:#68bebf; } .myforecolor {color:#68bebf; } .mybordercolor {border:3px solid #68bebf; }
#68bebf Text Font Color
<p style="color:#68bebf">Text here</p>
This sample text font color is #68bebf
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.
#68bebf Background Color
<div style="background-color:#68bebf">
Div content here</div>
This div background color is #68bebf
#68bebf Border Color
<div style="border:3px solid #68bebf">
Div here</div>
This div border color is #68bebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,190,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #68bebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #68bebf; -webkit-box-shadow: 1px 1px 3px 2px #68bebf; box-shadow: 1px 1px 3px 2px #68bebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,190,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #68bebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #68bebf; -webkit-box-shadow: 1px 1px 3px 2px #68bebf; box-shadow: 1px 1px 3px 2px #68bebf;">
Div content here</div>
This div box has shadow with color #68bebf
Comments
No comments written yet.
Please login to write comment.