Color spaces of #2cdbeb
RGB | 44 | 219 | 235 |
---|---|---|---|
HSL | 0.51 | 0.83 | 0.55 |
HSV | 185° | 81° | 92° |
CMYK | 0.81 | 0.07 | 0.00 0.08 |
XYZ | 41.3656 | 57.1967 | 87.4571 |
Yxy | 57.1967 | 0.2224 | 0.3075 |
Hunter Lab | 75.6285 | -34.7179 | -15.6232 |
CIE-Lab | 80.2901 | -36.1328 | -19.8950 |
#2cdbeb color RGB value is (44,219,235).
#2cdbeb hex color red value is 44, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2cdbeb hue: 0.51 , saturation: 0.83 and the lightness value of 2cdbeb is 0.55.
The process color (four color CMYK) of #2cdbeb color hex is 0.81, 0.07, 0.00, 0.08. Web safe color of #2cdbeb is #33ccff. Color #2cdbeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101100 | 11011011 | 11101011 |
Octal | 54 | 333 | 353 |
Decimal | 44 | 219 | 235 |
Hex | 2C | DB | EB |
Shades of #2cdbeb
Tints of #2cdbeb
RGB Percentages of Color #2cdbeb
CMYK Percentages of Color #2cdbeb
Complementary Color
#2cdbeb | #eb3c2c |
#2cdbeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2cdbeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#2cdbeb Color CSS Codes
.mybgcolor {background-color:#2cdbeb; } .myforecolor {color:#2cdbeb; } .mybordercolor {border:3px solid #2cdbeb; }
#2cdbeb Text Font Color
<p style="color:#2cdbeb">Text here</p>
This sample text font color is #2cdbeb
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.
#2cdbeb Background Color
<div style="background-color:#2cdbeb">
Div content here</div>
This div background color is #2cdbeb
#2cdbeb Border Color
<div style="border:3px solid #2cdbeb">
Div here</div>
This div border color is #2cdbeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(44,219,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2cdbeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2cdbeb; -webkit-box-shadow: 1px 1px 3px 2px #2cdbeb; box-shadow: 1px 1px 3px 2px #2cdbeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(44,219,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 #2cdbeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2cdbeb; -webkit-box-shadow: 1px 1px 3px 2px #2cdbeb; box-shadow: 1px 1px 3px 2px #2cdbeb;">
Div content here</div>
This div box has shadow with color #2cdbeb
Comments
No comments written yet.
Please login to write comment.