Color spaces of #3fabde
RGB | 63 | 171 | 222 |
---|---|---|---|
HSL | 0.55 | 0.71 | 0.56 |
HSV | 199° | 72° | 87° |
CMYK | 0.72 | 0.23 | 0.00 0.13 |
XYZ | 29.7976 | 35.4565 | 74.3805 |
Yxy | 35.4565 | 0.2134 | 0.2539 |
Hunter Lab | 59.5454 | -14.8797 | -32.3798 |
CIE-Lab | 66.1025 | -14.2251 | -34.5859 |
#3fabde color RGB value is (63,171,222).
#3fabde hex color red value is 63, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3fabde hue: 0.55 , saturation: 0.71 and the lightness value of 3fabde is 0.56.
The process color (four color CMYK) of #3fabde color hex is 0.72, 0.23, 0.00, 0.13. Web safe color of #3fabde is #3399cc. Color #3fabde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111111 | 10101011 | 11011110 |
Octal | 77 | 253 | 336 |
Decimal | 63 | 171 | 222 |
Hex | 3F | AB | DE |
Shades of #3fabde
Tints of #3fabde
RGB Percentages of Color #3fabde
CMYK Percentages of Color #3fabde
Complementary Color
#3fabde | #de723f |
#3fabde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3fabde Color Preview on White Background
Lorem ipsum dolor sit amet.
#3fabde Color CSS Codes
.mybgcolor {background-color:#3fabde; } .myforecolor {color:#3fabde; } .mybordercolor {border:3px solid #3fabde; }
#3fabde Text Font Color
<p style="color:#3fabde">Text here</p>
This sample text font color is #3fabde
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.
#3fabde Background Color
<div style="background-color:#3fabde">
Div content here</div>
This div background color is #3fabde
#3fabde Border Color
<div style="border:3px solid #3fabde">
Div here</div>
This div border color is #3fabde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63,171,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3fabde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3fabde; -webkit-box-shadow: 1px 1px 3px 2px #3fabde; box-shadow: 1px 1px 3px 2px #3fabde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(63,171,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3fabde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3fabde; -webkit-box-shadow: 1px 1px 3px 2px #3fabde; box-shadow: 1px 1px 3px 2px #3fabde;">
Div content here</div>
This div box has shadow with color #3fabde
Comments
No comments written yet.
Please login to write comment.