Color spaces of #33ccfd
RGB | 51 | 204 | 253 |
---|---|---|---|
HSL | 0.54 | 0.98 | 0.60 |
HSV | 195° | 80° | 99° |
CMYK | 0.80 | 0.19 | 0.00 0.01 |
XYZ | 40.6877 | 50.9814 | 100.6244 |
Yxy | 50.9814 | 0.2116 | 0.2651 |
Hunter Lab | 71.4013 | -23.2348 | -33.5754 |
CIE-Lab | 76.6677 | -22.6004 | -35.0380 |
#33ccfd color RGB value is (51,204,253).
#33ccfd hex color red value is 51, green value is 204 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #33ccfd hue: 0.54 , saturation: 0.98 and the lightness value of 33ccfd is 0.60.
The process color (four color CMYK) of #33ccfd color hex is 0.80, 0.19, 0.00, 0.01. Web safe color of #33ccfd is #33ccff. Color #33ccfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 11001100 | 11111101 |
Octal | 63 | 314 | 375 |
Decimal | 51 | 204 | 253 |
Hex | 33 | CC | FD |
Shades of #33ccfd
Tints of #33ccfd
RGB Percentages of Color #33ccfd
CMYK Percentages of Color #33ccfd
Complementary Color
#33ccfd | #fd6433 |
#33ccfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#33ccfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#33ccfd Color CSS Codes
.mybgcolor {background-color:#33ccfd; } .myforecolor {color:#33ccfd; } .mybordercolor {border:3px solid #33ccfd; }
#33ccfd Text Font Color
<p style="color:#33ccfd">Text here</p>
This sample text font color is #33ccfd
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.
#33ccfd Background Color
<div style="background-color:#33ccfd">
Div content here</div>
This div background color is #33ccfd
#33ccfd Border Color
<div style="border:3px solid #33ccfd">
Div here</div>
This div border color is #33ccfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,204,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #33ccfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #33ccfd; -webkit-box-shadow: 1px 1px 3px 2px #33ccfd; box-shadow: 1px 1px 3px 2px #33ccfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,204,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #33ccfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #33ccfd; -webkit-box-shadow: 1px 1px 3px 2px #33ccfd; box-shadow: 1px 1px 3px 2px #33ccfd;">
Div content here</div>
This div box has shadow with color #33ccfd
#33ccfd Color Palettes
Comments
No comments written yet.
Please login to write comment.