Color spaces of #2ebfcf
RGB | 46 | 191 | 207 |
---|---|---|---|
HSL | 0.52 | 0.64 | 0.50 |
HSV | 186° | 78° | 81° |
CMYK | 0.78 | 0.08 | 0.00 0.19 |
XYZ | 31.0200 | 42.3474 | 65.5704 |
Yxy | 42.3474 | 0.2233 | 0.3048 |
Hunter Lab | 65.0749 | -28.7934 | -14.1891 |
CIE-Lab | 71.1098 | -31.2254 | -18.7041 |
#2ebfcf color RGB value is (46,191,207).
#2ebfcf hex color red value is 46, green value is 191 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #2ebfcf hue: 0.52 , saturation: 0.64 and the lightness value of 2ebfcf is 0.50.
The process color (four color CMYK) of #2ebfcf color hex is 0.78, 0.08, 0.00, 0.19. Web safe color of #2ebfcf is #33cccc. Color #2ebfcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101110 | 10111111 | 11001111 |
Octal | 56 | 277 | 317 |
Decimal | 46 | 191 | 207 |
Hex | 2E | BF | CF |
Shades of #2ebfcf
Tints of #2ebfcf
RGB Percentages of Color #2ebfcf
CMYK Percentages of Color #2ebfcf
Complementary Color
#2ebfcf | #cf3e2e |
#2ebfcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2ebfcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#2ebfcf Color CSS Codes
.mybgcolor {background-color:#2ebfcf; } .myforecolor {color:#2ebfcf; } .mybordercolor {border:3px solid #2ebfcf; }
#2ebfcf Text Font Color
<p style="color:#2ebfcf">Text here</p>
This sample text font color is #2ebfcf
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.
#2ebfcf Background Color
<div style="background-color:#2ebfcf">
Div content here</div>
This div background color is #2ebfcf
#2ebfcf Border Color
<div style="border:3px solid #2ebfcf">
Div here</div>
This div border color is #2ebfcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(46,191,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2ebfcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2ebfcf; -webkit-box-shadow: 1px 1px 3px 2px #2ebfcf; box-shadow: 1px 1px 3px 2px #2ebfcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,191,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2ebfcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2ebfcf; -webkit-box-shadow: 1px 1px 3px 2px #2ebfcf; box-shadow: 1px 1px 3px 2px #2ebfcf;">
Div content here</div>
This div box has shadow with color #2ebfcf
Comments
No comments written yet.
Please login to write comment.