Color spaces of #3abbcc
RGB | 58 | 187 | 204 |
---|---|---|---|
HSL | 0.52 | 0.59 | 0.51 |
HSV | 187° | 72° | 80° |
CMYK | 0.72 | 0.08 | 0.00 0.20 |
XYZ | 30.4143 | 40.7998 | 63.3989 |
Yxy | 40.7998 | 0.2259 | 0.3031 |
Hunter Lab | 63.8747 | -26.7870 | -14.1360 |
CIE-Lab | 70.0354 | -28.8500 | -18.6710 |
#3abbcc color RGB value is (58,187,204).
#3abbcc hex color red value is 58, green value is 187 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3abbcc hue: 0.52 , saturation: 0.59 and the lightness value of 3abbcc is 0.51.
The process color (four color CMYK) of #3abbcc color hex is 0.72, 0.08, 0.00, 0.20. Web safe color of #3abbcc is #33cccc. Color #3abbcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 10111011 | 11001100 |
Octal | 72 | 273 | 314 |
Decimal | 58 | 187 | 204 |
Hex | 3A | BB | CC |
Shades of #3abbcc
Tints of #3abbcc
RGB Percentages of Color #3abbcc
CMYK Percentages of Color #3abbcc
Complementary Color
#3abbcc | #cc4b3a |
#3abbcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3abbcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3abbcc Color CSS Codes
.mybgcolor {background-color:#3abbcc; } .myforecolor {color:#3abbcc; } .mybordercolor {border:3px solid #3abbcc; }
#3abbcc Text Font Color
<p style="color:#3abbcc">Text here</p>
This sample text font color is #3abbcc
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.
#3abbcc Background Color
<div style="background-color:#3abbcc">
Div content here</div>
This div background color is #3abbcc
#3abbcc Border Color
<div style="border:3px solid #3abbcc">
Div here</div>
This div border color is #3abbcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,187,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3abbcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3abbcc; -webkit-box-shadow: 1px 1px 3px 2px #3abbcc; box-shadow: 1px 1px 3px 2px #3abbcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,187,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3abbcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3abbcc; -webkit-box-shadow: 1px 1px 3px 2px #3abbcc; box-shadow: 1px 1px 3px 2px #3abbcc;">
Div content here</div>
This div box has shadow with color #3abbcc
Comments
No comments written yet.
Please login to write comment.