Color spaces of #188ace
RGB | 24 | 138 | 206 |
---|---|---|---|
HSL | 0.56 | 0.79 | 0.45 |
HSV | 202° | 88° | 81° |
CMYK | 0.88 | 0.33 | 0.00 0.19 |
XYZ | 20.6057 | 22.8274 | 61.7126 |
Yxy | 22.8274 | 0.1960 | 0.2171 |
Hunter Lab | 47.7780 | -6.6281 | -43.1374 |
CIE-Lab | 54.8941 | -5.2105 | -43.2827 |
#188ace color RGB value is (24,138,206).
#188ace hex color red value is 24, green value is 138 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #188ace hue: 0.56 , saturation: 0.79 and the lightness value of 188ace is 0.45.
The process color (four color CMYK) of #188ace color hex is 0.88, 0.33, 0.00, 0.19. Web safe color of #188ace is #0099cc. Color #188ace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 10001010 | 11001110 |
Octal | 30 | 212 | 316 |
Decimal | 24 | 138 | 206 |
Hex | 18 | 8A | CE |
Shades of #188ace
Tints of #188ace
RGB Percentages of Color #188ace
CMYK Percentages of Color #188ace
Complementary Color
#188ace | #ce5c18 |
#188ace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#188ace Color Preview on White Background
Lorem ipsum dolor sit amet.
#188ace Color CSS Codes
.mybgcolor {background-color:#188ace; } .myforecolor {color:#188ace; } .mybordercolor {border:3px solid #188ace; }
#188ace Text Font Color
<p style="color:#188ace">Text here</p>
This sample text font color is #188ace
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.
#188ace Background Color
<div style="background-color:#188ace">
Div content here</div>
This div background color is #188ace
#188ace Border Color
<div style="border:3px solid #188ace">
Div here</div>
This div border color is #188ace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,138,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #188ace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #188ace; -webkit-box-shadow: 1px 1px 3px 2px #188ace; box-shadow: 1px 1px 3px 2px #188ace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,138,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #188ace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #188ace; -webkit-box-shadow: 1px 1px 3px 2px #188ace; box-shadow: 1px 1px 3px 2px #188ace;">
Div content here</div>
This div box has shadow with color #188ace
Comments
No comments written yet.
Please login to write comment.