Color spaces of #2bacdf
RGB | 43 | 172 | 223 |
---|---|---|---|
HSL | 0.55 | 0.74 | 0.52 |
HSV | 197° | 81° | 87° |
CMYK | 0.81 | 0.23 | 0.00 0.13 |
XYZ | 29.0681 | 35.3464 | 75.1025 |
Yxy | 35.3464 | 0.2083 | 0.2533 |
Hunter Lab | 59.4528 | -16.7690 | -33.2798 |
CIE-Lab | 66.0175 | -16.6533 | -35.3007 |
#2bacdf color RGB value is (43,172,223).
#2bacdf hex color red value is 43, green value is 172 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #2bacdf hue: 0.55 , saturation: 0.74 and the lightness value of 2bacdf is 0.52.
The process color (four color CMYK) of #2bacdf color hex is 0.81, 0.23, 0.00, 0.13. Web safe color of #2bacdf is #3399cc. Color #2bacdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101011 | 10101100 | 11011111 |
Octal | 53 | 254 | 337 |
Decimal | 43 | 172 | 223 |
Hex | 2B | AC | DF |
Shades of #2bacdf
Tints of #2bacdf
RGB Percentages of Color #2bacdf
CMYK Percentages of Color #2bacdf
Complementary Color
#2bacdf | #df5e2b |
#2bacdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2bacdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#2bacdf Color CSS Codes
.mybgcolor {background-color:#2bacdf; } .myforecolor {color:#2bacdf; } .mybordercolor {border:3px solid #2bacdf; }
#2bacdf Text Font Color
<p style="color:#2bacdf">Text here</p>
This sample text font color is #2bacdf
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.
#2bacdf Background Color
<div style="background-color:#2bacdf">
Div content here</div>
This div background color is #2bacdf
#2bacdf Border Color
<div style="border:3px solid #2bacdf">
Div here</div>
This div border color is #2bacdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(43,172,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2bacdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2bacdf; -webkit-box-shadow: 1px 1px 3px 2px #2bacdf; box-shadow: 1px 1px 3px 2px #2bacdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(43,172,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2bacdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2bacdf; -webkit-box-shadow: 1px 1px 3px 2px #2bacdf; box-shadow: 1px 1px 3px 2px #2bacdf;">
Div content here</div>
This div box has shadow with color #2bacdf
Comments
No comments written yet.
Please login to write comment.