Color spaces of #2cbeba
RGB | 44 | 190 | 186 |
---|---|---|---|
HSL | 0.50 | 0.62 | 0.46 |
HSV | 178° | 77° | 75° |
CMYK | 0.77 | 0.00 | 0.02 0.25 |
XYZ | 28.3151 | 40.9076 | 52.8580 |
Yxy | 40.9076 | 0.2319 | 0.3351 |
Hunter Lab | 63.9590 | -32.9052 | -4.2280 |
CIE-Lab | 70.1111 | -37.2327 | -8.7184 |
#2cbeba color RGB value is (44,190,186).
#2cbeba hex color red value is 44, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2cbeba hue: 0.50 , saturation: 0.62 and the lightness value of 2cbeba is 0.46.
The process color (four color CMYK) of #2cbeba color hex is 0.77, 0.00, 0.02, 0.25. Web safe color of #2cbeba is #33cccc. Color #2cbeba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101100 | 10111110 | 10111010 |
Octal | 54 | 276 | 272 |
Decimal | 44 | 190 | 186 |
Hex | 2C | BE | BA |
Shades of #2cbeba
Tints of #2cbeba
RGB Percentages of Color #2cbeba
CMYK Percentages of Color #2cbeba
Complementary Color
#2cbeba | #be2c30 |
#2cbeba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2cbeba Color Preview on White Background
Lorem ipsum dolor sit amet.
#2cbeba Color CSS Codes
.mybgcolor {background-color:#2cbeba; } .myforecolor {color:#2cbeba; } .mybordercolor {border:3px solid #2cbeba; }
#2cbeba Text Font Color
<p style="color:#2cbeba">Text here</p>
This sample text font color is #2cbeba
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.
#2cbeba Background Color
<div style="background-color:#2cbeba">
Div content here</div>
This div background color is #2cbeba
#2cbeba Border Color
<div style="border:3px solid #2cbeba">
Div here</div>
This div border color is #2cbeba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(44,190,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2cbeba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2cbeba; -webkit-box-shadow: 1px 1px 3px 2px #2cbeba; box-shadow: 1px 1px 3px 2px #2cbeba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(44,190,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2cbeba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2cbeba; -webkit-box-shadow: 1px 1px 3px 2px #2cbeba; box-shadow: 1px 1px 3px 2px #2cbeba;">
Div content here</div>
This div box has shadow with color #2cbeba
Comments
No comments written yet.
Please login to write comment.