Color spaces of #2bbedc
RGB | 43 | 190 | 220 |
---|---|---|---|
HSL | 0.53 | 0.72 | 0.52 |
HSV | 190° | 80° | 86° |
CMYK | 0.80 | 0.14 | 0.00 0.14 |
XYZ | 32.3280 | 42.5078 | 74.2111 |
Yxy | 42.5078 | 0.2169 | 0.2852 |
Hunter Lab | 65.1980 | -25.5885 | -21.8478 |
CIE-Lab | 71.2196 | -26.9268 | -25.6296 |
#2bbedc color RGB value is (43,190,220).
#2bbedc hex color red value is 43, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2bbedc hue: 0.53 , saturation: 0.72 and the lightness value of 2bbedc is 0.52.
The process color (four color CMYK) of #2bbedc color hex is 0.80, 0.14, 0.00, 0.14. Web safe color of #2bbedc is #33cccc. Color #2bbedc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101011 | 10111110 | 11011100 |
Octal | 53 | 276 | 334 |
Decimal | 43 | 190 | 220 |
Hex | 2B | BE | DC |
Shades of #2bbedc
Tints of #2bbedc
RGB Percentages of Color #2bbedc
CMYK Percentages of Color #2bbedc
Complementary Color
#2bbedc | #dc492b |
#2bbedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2bbedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#2bbedc Color CSS Codes
.mybgcolor {background-color:#2bbedc; } .myforecolor {color:#2bbedc; } .mybordercolor {border:3px solid #2bbedc; }
#2bbedc Text Font Color
<p style="color:#2bbedc">Text here</p>
This sample text font color is #2bbedc
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.
#2bbedc Background Color
<div style="background-color:#2bbedc">
Div content here</div>
This div background color is #2bbedc
#2bbedc Border Color
<div style="border:3px solid #2bbedc">
Div here</div>
This div border color is #2bbedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(43,190,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2bbedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2bbedc; -webkit-box-shadow: 1px 1px 3px 2px #2bbedc; box-shadow: 1px 1px 3px 2px #2bbedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(43,190,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2bbedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2bbedc; -webkit-box-shadow: 1px 1px 3px 2px #2bbedc; box-shadow: 1px 1px 3px 2px #2bbedc;">
Div content here</div>
This div box has shadow with color #2bbedc
Comments
No comments written yet.
Please login to write comment.