Color spaces of #2eaebb
RGB | 46 | 174 | 187 |
---|---|---|---|
HSL | 0.52 | 0.61 | 0.46 |
HSV | 186° | 75° | 73° |
CMYK | 0.75 | 0.07 | 0.00 0.27 |
XYZ | 25.2324 | 34.4408 | 52.3316 |
Yxy | 34.4408 | 0.2253 | 0.3075 |
Hunter Lab | 58.6863 | -25.9542 | -11.7895 |
CIE-Lab | 65.3110 | -29.1294 | -16.4710 |
#2eaebb color RGB value is (46,174,187).
#2eaebb hex color red value is 46, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2eaebb hue: 0.52 , saturation: 0.61 and the lightness value of 2eaebb is 0.46.
The process color (four color CMYK) of #2eaebb color hex is 0.75, 0.07, 0.00, 0.27. Web safe color of #2eaebb is #3399cc. Color #2eaebb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101110 | 10101110 | 10111011 |
Octal | 56 | 256 | 273 |
Decimal | 46 | 174 | 187 |
Hex | 2E | AE | BB |
Shades of #2eaebb
Tints of #2eaebb
RGB Percentages of Color #2eaebb
CMYK Percentages of Color #2eaebb
Complementary Color
#2eaebb | #bb3b2e |
#2eaebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2eaebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#2eaebb Color CSS Codes
.mybgcolor {background-color:#2eaebb; } .myforecolor {color:#2eaebb; } .mybordercolor {border:3px solid #2eaebb; }
#2eaebb Text Font Color
<p style="color:#2eaebb">Text here</p>
This sample text font color is #2eaebb
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.
#2eaebb Background Color
<div style="background-color:#2eaebb">
Div content here</div>
This div background color is #2eaebb
#2eaebb Border Color
<div style="border:3px solid #2eaebb">
Div here</div>
This div border color is #2eaebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(46,174,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2eaebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2eaebb; -webkit-box-shadow: 1px 1px 3px 2px #2eaebb; box-shadow: 1px 1px 3px 2px #2eaebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,174,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2eaebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2eaebb; -webkit-box-shadow: 1px 1px 3px 2px #2eaebb; box-shadow: 1px 1px 3px 2px #2eaebb;">
Div content here</div>
This div box has shadow with color #2eaebb
Comments
No comments written yet.
Please login to write comment.