Color spaces of #469ebe
RGB | 70 | 158 | 190 |
---|---|---|---|
HSL | 0.54 | 0.48 | 0.51 |
HSV | 196° | 63° | 75° |
CMYK | 0.63 | 0.17 | 0.00 0.25 |
XYZ | 24.0469 | 29.4735 | 53.1367 |
Yxy | 29.4735 | 0.2255 | 0.2763 |
Hunter Lab | 54.2895 | -15.9421 | -20.0284 |
CIE-Lab | 61.1973 | -16.5116 | -24.3629 |
#469ebe color RGB value is (70,158,190).
#469ebe hex color red value is 70, green value is 158 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #469ebe hue: 0.54 , saturation: 0.48 and the lightness value of 469ebe is 0.51.
The process color (four color CMYK) of #469ebe color hex is 0.63, 0.17, 0.00, 0.25. Web safe color of #469ebe is #3399cc. Color #469ebe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 10011110 | 10111110 |
Octal | 106 | 236 | 276 |
Decimal | 70 | 158 | 190 |
Hex | 46 | 9E | BE |
Shades of #469ebe
Tints of #469ebe
RGB Percentages of Color #469ebe
CMYK Percentages of Color #469ebe
Complementary Color
#469ebe | #be6646 |
#469ebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#469ebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#469ebe Color CSS Codes
.mybgcolor {background-color:#469ebe; } .myforecolor {color:#469ebe; } .mybordercolor {border:3px solid #469ebe; }
#469ebe Text Font Color
<p style="color:#469ebe">Text here</p>
This sample text font color is #469ebe
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.
#469ebe Background Color
<div style="background-color:#469ebe">
Div content here</div>
This div background color is #469ebe
#469ebe Border Color
<div style="border:3px solid #469ebe">
Div here</div>
This div border color is #469ebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,158,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #469ebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #469ebe; -webkit-box-shadow: 1px 1px 3px 2px #469ebe; box-shadow: 1px 1px 3px 2px #469ebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,158,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #469ebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #469ebe; -webkit-box-shadow: 1px 1px 3px 2px #469ebe; box-shadow: 1px 1px 3px 2px #469ebe;">
Div content here</div>
This div box has shadow with color #469ebe
Comments
No comments written yet.
Please login to write comment.