Color spaces of #2e97cf
RGB | 46 | 151 | 207 |
---|---|---|---|
HSL | 0.56 | 0.64 | 0.50 |
HSV | 201° | 78° | 81° |
CMYK | 0.78 | 0.27 | 0.00 0.19 |
XYZ | 23.4558 | 27.2191 | 63.0490 |
Yxy | 27.2191 | 0.2063 | 0.2393 |
Hunter Lab | 52.1719 | -11.0497 | -35.1307 |
CIE-Lab | 59.1766 | -10.4144 | -37.0854 |
#2e97cf color RGB value is (46,151,207).
#2e97cf hex color red value is 46, green value is 151 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #2e97cf hue: 0.56 , saturation: 0.64 and the lightness value of 2e97cf is 0.50.
The process color (four color CMYK) of #2e97cf color hex is 0.78, 0.27, 0.00, 0.19. Web safe color of #2e97cf is #3399cc. Color #2e97cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101110 | 10010111 | 11001111 |
Octal | 56 | 227 | 317 |
Decimal | 46 | 151 | 207 |
Hex | 2E | 97 | CF |
Shades of #2e97cf
Tints of #2e97cf
RGB Percentages of Color #2e97cf
CMYK Percentages of Color #2e97cf
Complementary Color
#2e97cf | #cf662e |
#2e97cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2e97cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#2e97cf Color CSS Codes
.mybgcolor {background-color:#2e97cf; } .myforecolor {color:#2e97cf; } .mybordercolor {border:3px solid #2e97cf; }
#2e97cf Text Font Color
<p style="color:#2e97cf">Text here</p>
This sample text font color is #2e97cf
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.
#2e97cf Background Color
<div style="background-color:#2e97cf">
Div content here</div>
This div background color is #2e97cf
#2e97cf Border Color
<div style="border:3px solid #2e97cf">
Div here</div>
This div border color is #2e97cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(46,151,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2e97cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2e97cf; -webkit-box-shadow: 1px 1px 3px 2px #2e97cf; box-shadow: 1px 1px 3px 2px #2e97cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,151,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 #2e97cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2e97cf; -webkit-box-shadow: 1px 1px 3px 2px #2e97cf; box-shadow: 1px 1px 3px 2px #2e97cf;">
Div content here</div>
This div box has shadow with color #2e97cf
Comments
No comments written yet.
Please login to write comment.