Color spaces of #2fb3dc
RGB | 47 | 179 | 220 |
---|---|---|---|
HSL | 0.54 | 0.71 | 0.52 |
HSV | 194° | 79° | 86° |
CMYK | 0.79 | 0.19 | 0.00 0.14 |
XYZ | 30.2107 | 38.0118 | 73.4549 |
Yxy | 38.0118 | 0.2132 | 0.2683 |
Hunter Lab | 61.6537 | -20.4279 | -27.4812 |
CIE-Lab | 68.0293 | -20.9677 | -30.5302 |
#2fb3dc color RGB value is (47,179,220).
#2fb3dc hex color red value is 47, green value is 179 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2fb3dc hue: 0.54 , saturation: 0.71 and the lightness value of 2fb3dc is 0.52.
The process color (four color CMYK) of #2fb3dc color hex is 0.79, 0.19, 0.00, 0.14. Web safe color of #2fb3dc is #33cccc. Color #2fb3dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101111 | 10110011 | 11011100 |
Octal | 57 | 263 | 334 |
Decimal | 47 | 179 | 220 |
Hex | 2F | B3 | DC |
Shades of #2fb3dc
Tints of #2fb3dc
RGB Percentages of Color #2fb3dc
CMYK Percentages of Color #2fb3dc
Complementary Color
#2fb3dc | #dc582f |
#2fb3dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2fb3dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#2fb3dc Color CSS Codes
.mybgcolor {background-color:#2fb3dc; } .myforecolor {color:#2fb3dc; } .mybordercolor {border:3px solid #2fb3dc; }
#2fb3dc Text Font Color
<p style="color:#2fb3dc">Text here</p>
This sample text font color is #2fb3dc
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.
#2fb3dc Background Color
<div style="background-color:#2fb3dc">
Div content here</div>
This div background color is #2fb3dc
#2fb3dc Border Color
<div style="border:3px solid #2fb3dc">
Div here</div>
This div border color is #2fb3dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(47,179,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2fb3dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2fb3dc; -webkit-box-shadow: 1px 1px 3px 2px #2fb3dc; box-shadow: 1px 1px 3px 2px #2fb3dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(47,179,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2fb3dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2fb3dc; -webkit-box-shadow: 1px 1px 3px 2px #2fb3dc; box-shadow: 1px 1px 3px 2px #2fb3dc;">
Div content here</div>
This div box has shadow with color #2fb3dc
Comments
No comments written yet.
Please login to write comment.