Color spaces of #3acbec
RGB | 58 | 203 | 236 |
---|---|---|---|
HSL | 0.53 | 0.82 | 0.58 |
HSV | 191° | 75° | 93° |
CMYK | 0.75 | 0.14 | 0.00 0.07 |
XYZ | 38.2412 | 49.6675 | 86.9282 |
Yxy | 49.6675 | 0.2187 | 0.2841 |
Hunter Lab | 70.4752 | -26.4740 | -23.7991 |
CIE-Lab | 75.8647 | -26.8485 | -27.1494 |
#3acbec color RGB value is (58,203,236).
#3acbec hex color red value is 58, green value is 203 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3acbec hue: 0.53 , saturation: 0.82 and the lightness value of 3acbec is 0.58.
The process color (four color CMYK) of #3acbec color hex is 0.75, 0.14, 0.00, 0.07. Web safe color of #3acbec is #33ccff. Color #3acbec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11001011 | 11101100 |
Octal | 72 | 313 | 354 |
Decimal | 58 | 203 | 236 |
Hex | 3A | CB | EC |
Shades of #3acbec
Tints of #3acbec
RGB Percentages of Color #3acbec
CMYK Percentages of Color #3acbec
Complementary Color
#3acbec | #ec5b3a |
#3acbec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3acbec Color Preview on White Background
Lorem ipsum dolor sit amet.
#3acbec Color CSS Codes
.mybgcolor {background-color:#3acbec; } .myforecolor {color:#3acbec; } .mybordercolor {border:3px solid #3acbec; }
#3acbec Text Font Color
<p style="color:#3acbec">Text here</p>
This sample text font color is #3acbec
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.
#3acbec Background Color
<div style="background-color:#3acbec">
Div content here</div>
This div background color is #3acbec
#3acbec Border Color
<div style="border:3px solid #3acbec">
Div here</div>
This div border color is #3acbec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,203,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3acbec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3acbec; -webkit-box-shadow: 1px 1px 3px 2px #3acbec; box-shadow: 1px 1px 3px 2px #3acbec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,203,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3acbec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3acbec; -webkit-box-shadow: 1px 1px 3px 2px #3acbec; box-shadow: 1px 1px 3px 2px #3acbec;">
Div content here</div>
This div box has shadow with color #3acbec
Comments
No comments written yet.
Please login to write comment.