Color spaces of #69adfb
RGB | 105 | 173 | 251 |
---|---|---|---|
HSL | 0.59 | 0.95 | 0.70 |
HSV | 212° | 58° | 98° |
CMYK | 0.58 | 0.31 | 0.00 0.02 |
XYZ | 38.1819 | 39.8554 | 96.9473 |
Yxy | 39.8554 | 0.2182 | 0.2278 |
Hunter Lab | 63.1311 | -2.5221 | -46.8569 |
CIE-Lab | 69.3664 | 0.9705 | -45.2240 |
#69adfb color RGB value is (105,173,251).
#69adfb hex color red value is 105, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #69adfb hue: 0.59 , saturation: 0.95 and the lightness value of 69adfb is 0.70.
The process color (four color CMYK) of #69adfb color hex is 0.58, 0.31, 0.00, 0.02. Web safe color of #69adfb is #6699ff. Color #69adfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 10101101 | 11111011 |
Octal | 151 | 255 | 373 |
Decimal | 105 | 173 | 251 |
Hex | 69 | AD | FB |
Shades of #69adfb
Tints of #69adfb
RGB Percentages of Color #69adfb
CMYK Percentages of Color #69adfb
Complementary Color
#69adfb | #fbb769 |
#69adfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#69adfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#69adfb Color CSS Codes
.mybgcolor {background-color:#69adfb; } .myforecolor {color:#69adfb; } .mybordercolor {border:3px solid #69adfb; }
#69adfb Text Font Color
<p style="color:#69adfb">Text here</p>
This sample text font color is #69adfb
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.
#69adfb Background Color
<div style="background-color:#69adfb">
Div content here</div>
This div background color is #69adfb
#69adfb Border Color
<div style="border:3px solid #69adfb">
Div here</div>
This div border color is #69adfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,173,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #69adfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #69adfb; -webkit-box-shadow: 1px 1px 3px 2px #69adfb; box-shadow: 1px 1px 3px 2px #69adfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,173,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #69adfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #69adfb; -webkit-box-shadow: 1px 1px 3px 2px #69adfb; box-shadow: 1px 1px 3px 2px #69adfb;">
Div content here</div>
This div box has shadow with color #69adfb
Comments
No comments written yet.
Please login to write comment.