Color spaces of #2cadbc
RGB | 44 | 173 | 188 |
---|---|---|---|
HSL | 0.52 | 0.62 | 0.45 |
HSV | 186° | 77° | 74° |
CMYK | 0.77 | 0.08 | 0.00 0.26 |
XYZ | 25.0594 | 34.0535 | 52.8292 |
Yxy | 34.0535 | 0.2239 | 0.3042 |
Hunter Lab | 58.3554 | -25.4691 | -12.8266 |
CIE-Lab | 65.0050 | -28.5468 | -17.4935 |
#2cadbc color RGB value is (44,173,188).
#2cadbc hex color red value is 44, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2cadbc hue: 0.52 , saturation: 0.62 and the lightness value of 2cadbc is 0.45.
The process color (four color CMYK) of #2cadbc color hex is 0.77, 0.08, 0.00, 0.26. Web safe color of #2cadbc is #3399cc. Color #2cadbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101100 | 10101101 | 10111100 |
Octal | 54 | 255 | 274 |
Decimal | 44 | 173 | 188 |
Hex | 2C | AD | BC |
Shades of #2cadbc
Tints of #2cadbc
RGB Percentages of Color #2cadbc
CMYK Percentages of Color #2cadbc
Complementary Color
#2cadbc | #bc3b2c |
#2cadbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2cadbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#2cadbc Color CSS Codes
.mybgcolor {background-color:#2cadbc; } .myforecolor {color:#2cadbc; } .mybordercolor {border:3px solid #2cadbc; }
#2cadbc Text Font Color
<p style="color:#2cadbc">Text here</p>
This sample text font color is #2cadbc
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.
#2cadbc Background Color
<div style="background-color:#2cadbc">
Div content here</div>
This div background color is #2cadbc
#2cadbc Border Color
<div style="border:3px solid #2cadbc">
Div here</div>
This div border color is #2cadbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(44,173,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2cadbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2cadbc; -webkit-box-shadow: 1px 1px 3px 2px #2cadbc; box-shadow: 1px 1px 3px 2px #2cadbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(44,173,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2cadbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2cadbc; -webkit-box-shadow: 1px 1px 3px 2px #2cadbc; box-shadow: 1px 1px 3px 2px #2cadbc;">
Div content here</div>
This div box has shadow with color #2cadbc
Comments
No comments written yet.
Please login to write comment.