Color spaces of #2898bd
RGB | 40 | 152 | 189 |
---|---|---|---|
HSL | 0.54 | 0.65 | 0.45 |
HSV | 195° | 79° | 74° |
CMYK | 0.79 | 0.20 | 0.00 0.26 |
XYZ | 21.2886 | 26.5817 | 52.1529 |
Yxy | 26.5817 | 0.2128 | 0.2658 |
Hunter Lab | 51.5574 | -16.5210 | -23.8846 |
CIE-Lab | 58.5851 | -17.8379 | -27.8888 |
#2898bd color RGB value is (40,152,189).
#2898bd hex color red value is 40, green value is 152 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2898bd hue: 0.54 , saturation: 0.65 and the lightness value of 2898bd is 0.45.
The process color (four color CMYK) of #2898bd color hex is 0.79, 0.20, 0.00, 0.26. Web safe color of #2898bd is #3399cc. Color #2898bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 10011000 | 10111101 |
Octal | 50 | 230 | 275 |
Decimal | 40 | 152 | 189 |
Hex | 28 | 98 | BD |
Shades of #2898bd
Tints of #2898bd
RGB Percentages of Color #2898bd
CMYK Percentages of Color #2898bd
Complementary Color
#2898bd | #bd4d28 |
#2898bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2898bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#2898bd Color CSS Codes
.mybgcolor {background-color:#2898bd; } .myforecolor {color:#2898bd; } .mybordercolor {border:3px solid #2898bd; }
#2898bd Text Font Color
<p style="color:#2898bd">Text here</p>
This sample text font color is #2898bd
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.
#2898bd Background Color
<div style="background-color:#2898bd">
Div content here</div>
This div background color is #2898bd
#2898bd Border Color
<div style="border:3px solid #2898bd">
Div here</div>
This div border color is #2898bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,152,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2898bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2898bd; -webkit-box-shadow: 1px 1px 3px 2px #2898bd; box-shadow: 1px 1px 3px 2px #2898bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,152,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2898bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2898bd; -webkit-box-shadow: 1px 1px 3px 2px #2898bd; box-shadow: 1px 1px 3px 2px #2898bd;">
Div content here</div>
This div box has shadow with color #2898bd
Comments
No comments written yet.
Please login to write comment.