Color spaces of #33bdcf
RGB | 51 | 189 | 207 |
---|---|---|---|
HSL | 0.52 | 0.62 | 0.51 |
HSV | 187° | 75° | 81° |
CMYK | 0.75 | 0.09 | 0.00 0.19 |
XYZ | 30.8253 | 41.6040 | 65.4372 |
Yxy | 41.6040 | 0.2236 | 0.3018 |
Hunter Lab | 64.5012 | -27.5713 | -14.9996 |
CIE-Lab | 70.5970 | -29.7371 | -19.4737 |
#33bdcf color RGB value is (51,189,207).
#33bdcf hex color red value is 51, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #33bdcf hue: 0.52 , saturation: 0.62 and the lightness value of 33bdcf is 0.51.
The process color (four color CMYK) of #33bdcf color hex is 0.75, 0.09, 0.00, 0.19. Web safe color of #33bdcf is #33cccc. Color #33bdcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 10111101 | 11001111 |
Octal | 63 | 275 | 317 |
Decimal | 51 | 189 | 207 |
Hex | 33 | BD | CF |
Shades of #33bdcf
Tints of #33bdcf
RGB Percentages of Color #33bdcf
CMYK Percentages of Color #33bdcf
Complementary Color
#33bdcf | #cf4533 |
#33bdcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#33bdcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#33bdcf Color CSS Codes
.mybgcolor {background-color:#33bdcf; } .myforecolor {color:#33bdcf; } .mybordercolor {border:3px solid #33bdcf; }
#33bdcf Text Font Color
<p style="color:#33bdcf">Text here</p>
This sample text font color is #33bdcf
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.
#33bdcf Background Color
<div style="background-color:#33bdcf">
Div content here</div>
This div background color is #33bdcf
#33bdcf Border Color
<div style="border:3px solid #33bdcf">
Div here</div>
This div border color is #33bdcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,189,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #33bdcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #33bdcf; -webkit-box-shadow: 1px 1px 3px 2px #33bdcf; box-shadow: 1px 1px 3px 2px #33bdcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,189,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #33bdcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #33bdcf; -webkit-box-shadow: 1px 1px 3px 2px #33bdcf; box-shadow: 1px 1px 3px 2px #33bdcf;">
Div content here</div>
This div box has shadow with color #33bdcf
Comments
No comments written yet.
Please login to write comment.