Color spaces of #189ebf
RGB | 24 | 158 | 191 |
---|---|---|---|
HSL | 0.53 | 0.78 | 0.42 |
HSV | 192° | 87° | 75° |
CMYK | 0.87 | 0.17 | 0.00 0.25 |
XYZ | 22.0075 | 28.4095 | 53.6139 |
Yxy | 28.4095 | 0.2115 | 0.2731 |
Hunter Lab | 53.3006 | -19.5743 | -22.3282 |
CIE-Lab | 60.2569 | -21.6636 | -26.4542 |
#189ebf color RGB value is (24,158,191).
#189ebf hex color red value is 24, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #189ebf hue: 0.53 , saturation: 0.78 and the lightness value of 189ebf is 0.42.
The process color (four color CMYK) of #189ebf color hex is 0.87, 0.17, 0.00, 0.25. Web safe color of #189ebf is #0099cc. Color #189ebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 10011110 | 10111111 |
Octal | 30 | 236 | 277 |
Decimal | 24 | 158 | 191 |
Hex | 18 | 9E | BF |
Shades of #189ebf
Tints of #189ebf
RGB Percentages of Color #189ebf
CMYK Percentages of Color #189ebf
Complementary Color
#189ebf | #bf3918 |
#189ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#189ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#189ebf Color CSS Codes
.mybgcolor {background-color:#189ebf; } .myforecolor {color:#189ebf; } .mybordercolor {border:3px solid #189ebf; }
#189ebf Text Font Color
<p style="color:#189ebf">Text here</p>
This sample text font color is #189ebf
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.
#189ebf Background Color
<div style="background-color:#189ebf">
Div content here</div>
This div background color is #189ebf
#189ebf Border Color
<div style="border:3px solid #189ebf">
Div here</div>
This div border color is #189ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,158,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #189ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #189ebf; -webkit-box-shadow: 1px 1px 3px 2px #189ebf; box-shadow: 1px 1px 3px 2px #189ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,158,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 #189ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #189ebf; -webkit-box-shadow: 1px 1px 3px 2px #189ebf; box-shadow: 1px 1px 3px 2px #189ebf;">
Div content here</div>
This div box has shadow with color #189ebf
Comments
No comments written yet.
Please login to write comment.