Color spaces of #7baafe
RGB | 123 | 170 | 254 |
---|---|---|---|
HSL | 0.61 | 0.98 | 0.74 |
HSV | 218° | 52° | 100° |
CMYK | 0.52 | 0.33 | 0.00 0.00 |
XYZ | 40.4325 | 40.1162 | 99.3781 |
Yxy | 40.1162 | 0.2247 | 0.2230 |
Hunter Lab | 63.3374 | 3.1082 | -48.6915 |
CIE-Lab | 69.5522 | 7.2805 | -46.4985 |
#7baafe color RGB value is (123,170,254).
#7baafe hex color red value is 123, green value is 170 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7baafe hue: 0.61 , saturation: 0.98 and the lightness value of 7baafe is 0.74.
The process color (four color CMYK) of #7baafe color hex is 0.52, 0.33, 0.00, 0.00. Web safe color of #7baafe is #6699ff. Color #7baafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111011 | 10101010 | 11111110 |
Octal | 173 | 252 | 376 |
Decimal | 123 | 170 | 254 |
Hex | 7B | AA | FE |
Shades of #7baafe
Tints of #7baafe
RGB Percentages of Color #7baafe
CMYK Percentages of Color #7baafe
Complementary Color
#7baafe | #fecf7b |
#7baafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7baafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#7baafe Color CSS Codes
.mybgcolor {background-color:#7baafe; } .myforecolor {color:#7baafe; } .mybordercolor {border:3px solid #7baafe; }
#7baafe Text Font Color
<p style="color:#7baafe">Text here</p>
This sample text font color is #7baafe
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.
#7baafe Background Color
<div style="background-color:#7baafe">
Div content here</div>
This div background color is #7baafe
#7baafe Border Color
<div style="border:3px solid #7baafe">
Div here</div>
This div border color is #7baafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(123,170,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7baafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7baafe; -webkit-box-shadow: 1px 1px 3px 2px #7baafe; box-shadow: 1px 1px 3px 2px #7baafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(123,170,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7baafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7baafe; -webkit-box-shadow: 1px 1px 3px 2px #7baafe; box-shadow: 1px 1px 3px 2px #7baafe;">
Div content here</div>
This div box has shadow with color #7baafe
Comments
No comments written yet.
Please login to write comment.