Color spaces of #2dcedb
RGB | 45 | 206 | 219 |
---|---|---|---|
HSL | 0.51 | 0.71 | 0.52 |
HSV | 184° | 79° | 86° |
CMYK | 0.79 | 0.06 | 0.00 0.14 |
XYZ | 35.9397 | 49.8150 | 74.7389 |
Yxy | 49.8150 | 0.2239 | 0.3104 |
Hunter Lab | 70.5797 | -32.6211 | -13.3781 |
CIE-Lab | 75.9556 | -34.7988 | -17.8804 |
#2dcedb color RGB value is (45,206,219).
#2dcedb hex color red value is 45, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2dcedb hue: 0.51 , saturation: 0.71 and the lightness value of 2dcedb is 0.52.
The process color (four color CMYK) of #2dcedb color hex is 0.79, 0.06, 0.00, 0.14. Web safe color of #2dcedb is #33cccc. Color #2dcedb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101101 | 11001110 | 11011011 |
Octal | 55 | 316 | 333 |
Decimal | 45 | 206 | 219 |
Hex | 2D | CE | DB |
Shades of #2dcedb
Tints of #2dcedb
RGB Percentages of Color #2dcedb
CMYK Percentages of Color #2dcedb
Complementary Color
#2dcedb | #db3a2d |
#2dcedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2dcedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#2dcedb Color CSS Codes
.mybgcolor {background-color:#2dcedb; } .myforecolor {color:#2dcedb; } .mybordercolor {border:3px solid #2dcedb; }
#2dcedb Text Font Color
<p style="color:#2dcedb">Text here</p>
This sample text font color is #2dcedb
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.
#2dcedb Background Color
<div style="background-color:#2dcedb">
Div content here</div>
This div background color is #2dcedb
#2dcedb Border Color
<div style="border:3px solid #2dcedb">
Div here</div>
This div border color is #2dcedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(45,206,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2dcedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2dcedb; -webkit-box-shadow: 1px 1px 3px 2px #2dcedb; box-shadow: 1px 1px 3px 2px #2dcedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(45,206,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2dcedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2dcedb; -webkit-box-shadow: 1px 1px 3px 2px #2dcedb; box-shadow: 1px 1px 3px 2px #2dcedb;">
Div content here</div>
This div box has shadow with color #2dcedb
Comments
No comments written yet.
Please login to write comment.