Color spaces of #289daf
RGB | 40 | 157 | 175 |
---|---|---|---|
HSL | 0.52 | 0.63 | 0.42 |
HSV | 188° | 77° | 69° |
CMYK | 0.77 | 0.10 | 0.00 0.31 |
XYZ | 20.6699 | 27.6602 | 44.8070 |
Yxy | 27.6602 | 0.2219 | 0.2970 |
Hunter Lab | 52.5930 | -21.8843 | -13.6975 |
CIE-Lab | 59.5805 | -25.0989 | -18.4508 |
#289daf color RGB value is (40,157,175).
#289daf hex color red value is 40, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #289daf hue: 0.52 , saturation: 0.63 and the lightness value of 289daf is 0.42.
The process color (four color CMYK) of #289daf color hex is 0.77, 0.10, 0.00, 0.31. Web safe color of #289daf is #339999. Color #289daf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 10011101 | 10101111 |
Octal | 50 | 235 | 257 |
Decimal | 40 | 157 | 175 |
Hex | 28 | 9D | AF |
Shades of #289daf
Tints of #289daf
RGB Percentages of Color #289daf
CMYK Percentages of Color #289daf
Complementary Color
#289daf | #af3a28 |
#289daf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#289daf Color Preview on White Background
Lorem ipsum dolor sit amet.
#289daf Color CSS Codes
.mybgcolor {background-color:#289daf; } .myforecolor {color:#289daf; } .mybordercolor {border:3px solid #289daf; }
#289daf Text Font Color
<p style="color:#289daf">Text here</p>
This sample text font color is #289daf
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.
#289daf Background Color
<div style="background-color:#289daf">
Div content here</div>
This div background color is #289daf
#289daf Border Color
<div style="border:3px solid #289daf">
Div here</div>
This div border color is #289daf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,157,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #289daf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #289daf; -webkit-box-shadow: 1px 1px 3px 2px #289daf; box-shadow: 1px 1px 3px 2px #289daf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,157,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #289daf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #289daf; -webkit-box-shadow: 1px 1px 3px 2px #289daf; box-shadow: 1px 1px 3px 2px #289daf;">
Div content here</div>
This div box has shadow with color #289daf
Comments
No comments written yet.
Please login to write comment.