Color spaces of #3bafbd
RGB | 59 | 175 | 189 |
---|---|---|---|
HSL | 0.52 | 0.52 | 0.49 |
HSV | 186° | 69° | 74° |
CMYK | 0.69 | 0.07 | 0.00 0.26 |
XYZ | 26.3189 | 35.2639 | 53.5636 |
Yxy | 35.2639 | 0.2286 | 0.3063 |
Hunter Lab | 59.3834 | -24.8093 | -11.9109 |
CIE-Lab | 65.9536 | -27.3518 | -16.5829 |
#3bafbd color RGB value is (59,175,189).
#3bafbd hex color red value is 59, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3bafbd hue: 0.52 , saturation: 0.52 and the lightness value of 3bafbd is 0.49.
The process color (four color CMYK) of #3bafbd color hex is 0.69, 0.07, 0.00, 0.26. Web safe color of #3bafbd is #3399cc. Color #3bafbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111011 | 10101111 | 10111101 |
Octal | 73 | 257 | 275 |
Decimal | 59 | 175 | 189 |
Hex | 3B | AF | BD |
Shades of #3bafbd
Tints of #3bafbd
RGB Percentages of Color #3bafbd
CMYK Percentages of Color #3bafbd
Complementary Color
#3bafbd | #bd493b |
#3bafbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3bafbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3bafbd Color CSS Codes
.mybgcolor {background-color:#3bafbd; } .myforecolor {color:#3bafbd; } .mybordercolor {border:3px solid #3bafbd; }
#3bafbd Text Font Color
<p style="color:#3bafbd">Text here</p>
This sample text font color is #3bafbd
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.
#3bafbd Background Color
<div style="background-color:#3bafbd">
Div content here</div>
This div background color is #3bafbd
#3bafbd Border Color
<div style="border:3px solid #3bafbd">
Div here</div>
This div border color is #3bafbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(59,175,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3bafbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3bafbd; -webkit-box-shadow: 1px 1px 3px 2px #3bafbd; box-shadow: 1px 1px 3px 2px #3bafbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(59,175,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3bafbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3bafbd; -webkit-box-shadow: 1px 1px 3px 2px #3bafbd; box-shadow: 1px 1px 3px 2px #3bafbd;">
Div content here</div>
This div box has shadow with color #3bafbd
Comments
No comments written yet.
Please login to write comment.