Color spaces of #33acef
RGB | 51 | 172 | 239 |
---|---|---|---|
HSL | 0.56 | 0.85 | 0.57 |
HSV | 201° | 79° | 94° |
CMYK | 0.79 | 0.28 | 0.00 0.06 |
XYZ | 31.6978 | 36.4409 | 87.0245 |
Yxy | 36.4409 | 0.2043 | 0.2349 |
Hunter Lab | 60.3663 | -11.9123 | -43.2165 |
CIE-Lab | 66.8554 | -10.3985 | -42.7511 |
#33acef color RGB value is (51,172,239).
#33acef hex color red value is 51, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #33acef hue: 0.56 , saturation: 0.85 and the lightness value of 33acef is 0.57.
The process color (four color CMYK) of #33acef color hex is 0.79, 0.28, 0.00, 0.06. Web safe color of #33acef is #3399ff. Color #33acef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 10101100 | 11101111 |
Octal | 63 | 254 | 357 |
Decimal | 51 | 172 | 239 |
Hex | 33 | AC | EF |
Shades of #33acef
Tints of #33acef
RGB Percentages of Color #33acef
CMYK Percentages of Color #33acef
Complementary Color
#33acef | #ef7633 |
#33acef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#33acef Color Preview on White Background
Lorem ipsum dolor sit amet.
#33acef Color CSS Codes
.mybgcolor {background-color:#33acef; } .myforecolor {color:#33acef; } .mybordercolor {border:3px solid #33acef; }
#33acef Text Font Color
<p style="color:#33acef">Text here</p>
This sample text font color is #33acef
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.
#33acef Background Color
<div style="background-color:#33acef">
Div content here</div>
This div background color is #33acef
#33acef Border Color
<div style="border:3px solid #33acef">
Div here</div>
This div border color is #33acef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,172,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #33acef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #33acef; -webkit-box-shadow: 1px 1px 3px 2px #33acef; box-shadow: 1px 1px 3px 2px #33acef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,172,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #33acef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #33acef; -webkit-box-shadow: 1px 1px 3px 2px #33acef; box-shadow: 1px 1px 3px 2px #33acef;">
Div content here</div>
This div box has shadow with color #33acef
Comments
No comments written yet.
Please login to write comment.