Color spaces of #3abedf
RGB | 58 | 190 | 223 |
---|---|---|---|
HSL | 0.53 | 0.72 | 0.55 |
HSV | 192° | 74° | 87° |
CMYK | 0.74 | 0.15 | 0.00 0.13 |
XYZ | 33.4777 | 43.0542 | 76.3579 |
Yxy | 43.0542 | 0.2190 | 0.2816 |
Hunter Lab | 65.6157 | -23.7552 | -23.0656 |
CIE-Lab | 71.5917 | -24.4414 | -26.6691 |
#3abedf color RGB value is (58,190,223).
#3abedf hex color red value is 58, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3abedf hue: 0.53 , saturation: 0.72 and the lightness value of 3abedf is 0.55.
The process color (four color CMYK) of #3abedf color hex is 0.74, 0.15, 0.00, 0.13. Web safe color of #3abedf is #33cccc. Color #3abedf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 10111110 | 11011111 |
Octal | 72 | 276 | 337 |
Decimal | 58 | 190 | 223 |
Hex | 3A | BE | DF |
Shades of #3abedf
Tints of #3abedf
RGB Percentages of Color #3abedf
CMYK Percentages of Color #3abedf
Complementary Color
#3abedf | #df5b3a |
#3abedf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3abedf Color Preview on White Background
Lorem ipsum dolor sit amet.
#3abedf Color CSS Codes
.mybgcolor {background-color:#3abedf; } .myforecolor {color:#3abedf; } .mybordercolor {border:3px solid #3abedf; }
#3abedf Text Font Color
<p style="color:#3abedf">Text here</p>
This sample text font color is #3abedf
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.
#3abedf Background Color
<div style="background-color:#3abedf">
Div content here</div>
This div background color is #3abedf
#3abedf Border Color
<div style="border:3px solid #3abedf">
Div here</div>
This div border color is #3abedf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,190,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3abedf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3abedf; -webkit-box-shadow: 1px 1px 3px 2px #3abedf; box-shadow: 1px 1px 3px 2px #3abedf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,190,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 #3abedf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3abedf; -webkit-box-shadow: 1px 1px 3px 2px #3abedf; box-shadow: 1px 1px 3px 2px #3abedf;">
Div content here</div>
This div box has shadow with color #3abedf
Comments
No comments written yet.
Please login to write comment.