Color spaces of #138cdc
RGB | 19 | 140 | 220 |
---|---|---|---|
HSL | 0.57 | 0.84 | 0.47 |
HSV | 204° | 91° | 86° |
CMYK | 0.91 | 0.36 | 0.00 0.14 |
XYZ | 22.5649 | 24.0619 | 71.1653 |
Yxy | 24.0619 | 0.1916 | 0.2043 |
Hunter Lab | 49.0529 | -3.7306 | -51.6800 |
CIE-Lab | 56.1497 | -1.3896 | -49.1705 |
#138cdc color RGB value is (19,140,220).
#138cdc hex color red value is 19, green value is 140 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #138cdc hue: 0.57 , saturation: 0.84 and the lightness value of 138cdc is 0.47.
The process color (four color CMYK) of #138cdc color hex is 0.91, 0.36, 0.00, 0.14. Web safe color of #138cdc is #0099cc. Color #138cdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 10001100 | 11011100 |
Octal | 23 | 214 | 334 |
Decimal | 19 | 140 | 220 |
Hex | 13 | 8C | DC |
Shades of #138cdc
Tints of #138cdc
RGB Percentages of Color #138cdc
CMYK Percentages of Color #138cdc
Complementary Color
#138cdc | #dc6313 |
#138cdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#138cdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#138cdc Color CSS Codes
.mybgcolor {background-color:#138cdc; } .myforecolor {color:#138cdc; } .mybordercolor {border:3px solid #138cdc; }
#138cdc Text Font Color
<p style="color:#138cdc">Text here</p>
This sample text font color is #138cdc
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.
#138cdc Background Color
<div style="background-color:#138cdc">
Div content here</div>
This div background color is #138cdc
#138cdc Border Color
<div style="border:3px solid #138cdc">
Div here</div>
This div border color is #138cdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,140,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #138cdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #138cdc; -webkit-box-shadow: 1px 1px 3px 2px #138cdc; box-shadow: 1px 1px 3px 2px #138cdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,140,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #138cdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #138cdc; -webkit-box-shadow: 1px 1px 3px 2px #138cdc; box-shadow: 1px 1px 3px 2px #138cdc;">
Div content here</div>
This div box has shadow with color #138cdc
Comments
No comments written yet.
Please login to write comment.