Color spaces of #038cdf
RGB | 3 | 140 | 223 |
---|---|---|---|
HSL | 0.56 | 0.97 | 0.44 |
HSV | 203° | 99° | 87° |
CMYK | 0.99 | 0.37 | 0.00 0.13 |
XYZ | 22.7349 | 24.1032 | 73.2662 |
Yxy | 24.1032 | 0.1893 | 0.2007 |
Hunter Lab | 49.0950 | -3.2565 | -54.1140 |
CIE-Lab | 56.1910 | -0.7919 | -50.7908 |
#038cdf color RGB value is (3,140,223).
#038cdf hex color red value is 3, green value is 140 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #038cdf hue: 0.56 , saturation: 0.97 and the lightness value of 038cdf is 0.44.
The process color (four color CMYK) of #038cdf color hex is 0.99, 0.37, 0.00, 0.13. Web safe color of #038cdf is #0099cc. Color #038cdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 10001100 | 11011111 |
Octal | 3 | 214 | 337 |
Decimal | 3 | 140 | 223 |
Hex | 3 | 8C | DF |
Shades of #038cdf
Tints of #038cdf
RGB Percentages of Color #038cdf
CMYK Percentages of Color #038cdf
Complementary Color
#038cdf | #df5603 |
#038cdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#038cdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#038cdf Color CSS Codes
.mybgcolor {background-color:#038cdf; } .myforecolor {color:#038cdf; } .mybordercolor {border:3px solid #038cdf; }
#038cdf Text Font Color
<p style="color:#038cdf">Text here</p>
This sample text font color is #038cdf
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.
#038cdf Background Color
<div style="background-color:#038cdf">
Div content here</div>
This div background color is #038cdf
#038cdf Border Color
<div style="border:3px solid #038cdf">
Div here</div>
This div border color is #038cdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,140,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #038cdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #038cdf; -webkit-box-shadow: 1px 1px 3px 2px #038cdf; box-shadow: 1px 1px 3px 2px #038cdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,140,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #038cdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #038cdf; -webkit-box-shadow: 1px 1px 3px 2px #038cdf; box-shadow: 1px 1px 3px 2px #038cdf;">
Div content here</div>
This div box has shadow with color #038cdf
Comments
No comments written yet.
Please login to write comment.