Color spaces of #289bcd
RGB | 40 | 155 | 205 |
---|---|---|---|
HSL | 0.55 | 0.67 | 0.48 |
HSV | 198° | 80° | 80° |
CMYK | 0.80 | 0.24 | 0.00 0.20 |
XYZ | 23.6159 | 28.3016 | 61.9757 |
Yxy | 28.3016 | 0.2074 | 0.2485 |
Hunter Lab | 53.1992 | -13.8600 | -31.8318 |
CIE-Lab | 60.1602 | -13.9424 | -34.4381 |
#289bcd color RGB value is (40,155,205).
#289bcd hex color red value is 40, green value is 155 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #289bcd hue: 0.55 , saturation: 0.67 and the lightness value of 289bcd is 0.48.
The process color (four color CMYK) of #289bcd color hex is 0.80, 0.24, 0.00, 0.20. Web safe color of #289bcd is #3399cc. Color #289bcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 10011011 | 11001101 |
Octal | 50 | 233 | 315 |
Decimal | 40 | 155 | 205 |
Hex | 28 | 9B | CD |
Shades of #289bcd
Tints of #289bcd
RGB Percentages of Color #289bcd
CMYK Percentages of Color #289bcd
Complementary Color
#289bcd | #cd5a28 |
#289bcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#289bcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#289bcd Color CSS Codes
.mybgcolor {background-color:#289bcd; } .myforecolor {color:#289bcd; } .mybordercolor {border:3px solid #289bcd; }
#289bcd Text Font Color
<p style="color:#289bcd">Text here</p>
This sample text font color is #289bcd
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.
#289bcd Background Color
<div style="background-color:#289bcd">
Div content here</div>
This div background color is #289bcd
#289bcd Border Color
<div style="border:3px solid #289bcd">
Div here</div>
This div border color is #289bcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,155,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #289bcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #289bcd; -webkit-box-shadow: 1px 1px 3px 2px #289bcd; box-shadow: 1px 1px 3px 2px #289bcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,155,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #289bcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #289bcd; -webkit-box-shadow: 1px 1px 3px 2px #289bcd; box-shadow: 1px 1px 3px 2px #289bcd;">
Div content here</div>
This div box has shadow with color #289bcd
Comments
No comments written yet.
Please login to write comment.