Color spaces of #3abcdd
RGB | 58 | 188 | 221 |
---|---|---|---|
HSL | 0.53 | 0.71 | 0.55 |
HSV | 192° | 74° | 87° |
CMYK | 0.74 | 0.15 | 0.00 0.13 |
XYZ | 32.7793 | 42.0864 | 74.8025 |
Yxy | 42.0864 | 0.2190 | 0.2812 |
Hunter Lab | 64.8740 | -23.3378 | -22.9521 |
CIE-Lab | 70.9304 | -24.0637 | -26.5944 |
#3abcdd color RGB value is (58,188,221).
#3abcdd hex color red value is 58, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3abcdd hue: 0.53 , saturation: 0.71 and the lightness value of 3abcdd is 0.55.
The process color (four color CMYK) of #3abcdd color hex is 0.74, 0.15, 0.00, 0.13. Web safe color of #3abcdd is #33cccc. Color #3abcdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 10111100 | 11011101 |
Octal | 72 | 274 | 335 |
Decimal | 58 | 188 | 221 |
Hex | 3A | BC | DD |
Shades of #3abcdd
Tints of #3abcdd
RGB Percentages of Color #3abcdd
CMYK Percentages of Color #3abcdd
Complementary Color
#3abcdd | #dd5b3a |
#3abcdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3abcdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3abcdd Color CSS Codes
.mybgcolor {background-color:#3abcdd; } .myforecolor {color:#3abcdd; } .mybordercolor {border:3px solid #3abcdd; }
#3abcdd Text Font Color
<p style="color:#3abcdd">Text here</p>
This sample text font color is #3abcdd
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.
#3abcdd Background Color
<div style="background-color:#3abcdd">
Div content here</div>
This div background color is #3abcdd
#3abcdd Border Color
<div style="border:3px solid #3abcdd">
Div here</div>
This div border color is #3abcdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,188,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3abcdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3abcdd; -webkit-box-shadow: 1px 1px 3px 2px #3abcdd; box-shadow: 1px 1px 3px 2px #3abcdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,188,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3abcdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3abcdd; -webkit-box-shadow: 1px 1px 3px 2px #3abcdd; box-shadow: 1px 1px 3px 2px #3abcdd;">
Div content here</div>
This div box has shadow with color #3abcdd
Comments
No comments written yet.
Please login to write comment.