Color spaces of #033cee
RGB | 3 | 60 | 238 |
---|---|---|---|
HSL | 0.63 | 0.98 | 0.47 |
HSV | 225° | 99° | 93° |
CMYK | 0.99 | 0.75 | 0.00 0.07 |
XYZ | 17.0860 | 9.4241 | 81.8074 |
Yxy | 9.4241 | 0.1577 | 0.0870 |
Hunter Lab | 30.6987 | 45.6252 | -136.5098 |
CIE-Lab | 36.7883 | 54.6513 | -90.8053 |
#033cee color RGB value is (3,60,238).
#033cee hex color red value is 3, green value is 60 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #033cee hue: 0.63 , saturation: 0.98 and the lightness value of 033cee is 0.47.
The process color (four color CMYK) of #033cee color hex is 0.99, 0.75, 0.00, 0.07. Web safe color of #033cee is #0033ff. Color #033cee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 00111100 | 11101110 |
Octal | 3 | 74 | 356 |
Decimal | 3 | 60 | 238 |
Hex | 3 | 3C | EE |
Shades of #033cee
Tints of #033cee
RGB Percentages of Color #033cee
CMYK Percentages of Color #033cee
Complementary Color
#033cee | #eeb503 |
#033cee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#033cee Color Preview on White Background
Lorem ipsum dolor sit amet.
#033cee Color CSS Codes
.mybgcolor {background-color:#033cee; } .myforecolor {color:#033cee; } .mybordercolor {border:3px solid #033cee; }
#033cee Text Font Color
<p style="color:#033cee">Text here</p>
This sample text font color is #033cee
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.
#033cee Background Color
<div style="background-color:#033cee">
Div content here</div>
This div background color is #033cee
#033cee Border Color
<div style="border:3px solid #033cee">
Div here</div>
This div border color is #033cee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,60,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #033cee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #033cee; -webkit-box-shadow: 1px 1px 3px 2px #033cee; box-shadow: 1px 1px 3px 2px #033cee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,60,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #033cee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #033cee; -webkit-box-shadow: 1px 1px 3px 2px #033cee; box-shadow: 1px 1px 3px 2px #033cee;">
Div content here</div>
This div box has shadow with color #033cee
Comments
No comments written yet.
Please login to write comment.