Color spaces of #608dbf
RGB | 96 | 141 | 191 |
---|---|---|---|
HSL | 0.59 | 0.43 | 0.56 |
HSV | 212° | 50° | 75° |
CMYK | 0.50 | 0.26 | 0.00 0.25 |
XYZ | 23.7527 | 25.2981 | 52.9213 |
Yxy | 25.2981 | 0.2329 | 0.2481 |
Hunter Lab | 50.2972 | -3.7241 | -27.1752 |
CIE-Lab | 57.3647 | -1.2870 | -30.7577 |
#608dbf color RGB value is (96,141,191).
#608dbf hex color red value is 96, green value is 141 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #608dbf hue: 0.59 , saturation: 0.43 and the lightness value of 608dbf is 0.56.
The process color (four color CMYK) of #608dbf color hex is 0.50, 0.26, 0.00, 0.25. Web safe color of #608dbf is #6699cc. Color #608dbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 10001101 | 10111111 |
Octal | 140 | 215 | 277 |
Decimal | 96 | 141 | 191 |
Hex | 60 | 8D | BF |
Shades of #608dbf
Tints of #608dbf
RGB Percentages of Color #608dbf
CMYK Percentages of Color #608dbf
Complementary Color
#608dbf | #bf9260 |
#608dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#608dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#608dbf Color CSS Codes
.mybgcolor {background-color:#608dbf; } .myforecolor {color:#608dbf; } .mybordercolor {border:3px solid #608dbf; }
#608dbf Text Font Color
<p style="color:#608dbf">Text here</p>
This sample text font color is #608dbf
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.
#608dbf Background Color
<div style="background-color:#608dbf">
Div content here</div>
This div background color is #608dbf
#608dbf Border Color
<div style="border:3px solid #608dbf">
Div here</div>
This div border color is #608dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,141,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #608dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #608dbf; -webkit-box-shadow: 1px 1px 3px 2px #608dbf; box-shadow: 1px 1px 3px 2px #608dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,141,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 #608dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #608dbf; -webkit-box-shadow: 1px 1px 3px 2px #608dbf; box-shadow: 1px 1px 3px 2px #608dbf;">
Div content here</div>
This div box has shadow with color #608dbf
Comments
No comments written yet.
Please login to write comment.