Color spaces of #2bdceb
RGB | 43 | 220 | 235 |
---|---|---|---|
HSL | 0.51 | 0.83 | 0.55 |
HSV | 185° | 82° | 92° |
CMYK | 0.82 | 0.06 | 0.00 0.08 |
XYZ | 41.5849 | 57.6981 | 87.5424 |
Yxy | 57.6981 | 0.2226 | 0.3088 |
Hunter Lab | 75.9593 | -35.2065 | -15.1597 |
CIE-Lab | 80.5707 | -36.6736 | -19.4717 |
#2bdceb color RGB value is (43,220,235).
#2bdceb hex color red value is 43, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2bdceb hue: 0.51 , saturation: 0.83 and the lightness value of 2bdceb is 0.55.
The process color (four color CMYK) of #2bdceb color hex is 0.82, 0.06, 0.00, 0.08. Web safe color of #2bdceb is #33ccff. Color #2bdceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101011 | 11011100 | 11101011 |
Octal | 53 | 334 | 353 |
Decimal | 43 | 220 | 235 |
Hex | 2B | DC | EB |
Shades of #2bdceb
Tints of #2bdceb
RGB Percentages of Color #2bdceb
CMYK Percentages of Color #2bdceb
Complementary Color
#2bdceb | #eb3a2b |
#2bdceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2bdceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#2bdceb Color CSS Codes
.mybgcolor {background-color:#2bdceb; } .myforecolor {color:#2bdceb; } .mybordercolor {border:3px solid #2bdceb; }
#2bdceb Text Font Color
<p style="color:#2bdceb">Text here</p>
This sample text font color is #2bdceb
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.
#2bdceb Background Color
<div style="background-color:#2bdceb">
Div content here</div>
This div background color is #2bdceb
#2bdceb Border Color
<div style="border:3px solid #2bdceb">
Div here</div>
This div border color is #2bdceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(43,220,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2bdceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2bdceb; -webkit-box-shadow: 1px 1px 3px 2px #2bdceb; box-shadow: 1px 1px 3px 2px #2bdceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(43,220,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2bdceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2bdceb; -webkit-box-shadow: 1px 1px 3px 2px #2bdceb; box-shadow: 1px 1px 3px 2px #2bdceb;">
Div content here</div>
This div box has shadow with color #2bdceb
Comments
No comments written yet.
Please login to write comment.