Color spaces of #2fafef
RGB | 47 | 175 | 239 |
---|---|---|---|
HSL | 0.56 | 0.86 | 0.56 |
HSV | 200° | 80° | 94° |
CMYK | 0.80 | 0.27 | 0.00 0.06 |
XYZ | 32.0822 | 37.4963 | 87.2079 |
Yxy | 37.4963 | 0.2046 | 0.2392 |
Hunter Lab | 61.2342 | -13.6391 | -41.5750 |
CIE-Lab | 67.6477 | -12.4175 | -41.5154 |
#2fafef color RGB value is (47,175,239).
#2fafef hex color red value is 47, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2fafef hue: 0.56 , saturation: 0.86 and the lightness value of 2fafef is 0.56.
The process color (four color CMYK) of #2fafef color hex is 0.80, 0.27, 0.00, 0.06. Web safe color of #2fafef is #3399ff. Color #2fafef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101111 | 10101111 | 11101111 |
Octal | 57 | 257 | 357 |
Decimal | 47 | 175 | 239 |
Hex | 2F | AF | EF |
Shades of #2fafef
Tints of #2fafef
RGB Percentages of Color #2fafef
CMYK Percentages of Color #2fafef
Complementary Color
#2fafef | #ef6f2f |
#2fafef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2fafef Color Preview on White Background
Lorem ipsum dolor sit amet.
#2fafef Color CSS Codes
.mybgcolor {background-color:#2fafef; } .myforecolor {color:#2fafef; } .mybordercolor {border:3px solid #2fafef; }
#2fafef Text Font Color
<p style="color:#2fafef">Text here</p>
This sample text font color is #2fafef
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.
#2fafef Background Color
<div style="background-color:#2fafef">
Div content here</div>
This div background color is #2fafef
#2fafef Border Color
<div style="border:3px solid #2fafef">
Div here</div>
This div border color is #2fafef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(47,175,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2fafef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2fafef; -webkit-box-shadow: 1px 1px 3px 2px #2fafef; box-shadow: 1px 1px 3px 2px #2fafef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(47,175,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2fafef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2fafef; -webkit-box-shadow: 1px 1px 3px 2px #2fafef; box-shadow: 1px 1px 3px 2px #2fafef;">
Div content here</div>
This div box has shadow with color #2fafef
Comments
No comments written yet.
Please login to write comment.