Color spaces of #69bfeb
RGB | 105 | 191 | 235 |
---|---|---|---|
HSL | 0.56 | 0.76 | 0.67 |
HSV | 200° | 55° | 92° |
CMYK | 0.55 | 0.19 | 0.00 0.08 |
XYZ | 39.4519 | 46.2630 | 85.4476 |
Yxy | 46.2630 | 0.2305 | 0.2703 |
Hunter Lab | 68.0169 | -15.4941 | -26.8724 |
CIE-Lab | 73.7159 | -13.7312 | -29.7949 |
#69bfeb color RGB value is (105,191,235).
#69bfeb hex color red value is 105, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #69bfeb hue: 0.56 , saturation: 0.76 and the lightness value of 69bfeb is 0.67.
The process color (four color CMYK) of #69bfeb color hex is 0.55, 0.19, 0.00, 0.08. Web safe color of #69bfeb is #66ccff. Color #69bfeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 10111111 | 11101011 |
Octal | 151 | 277 | 353 |
Decimal | 105 | 191 | 235 |
Hex | 69 | BF | EB |
Shades of #69bfeb
Tints of #69bfeb
RGB Percentages of Color #69bfeb
CMYK Percentages of Color #69bfeb
Complementary Color
#69bfeb | #eb9569 |
#69bfeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#69bfeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#69bfeb Color CSS Codes
.mybgcolor {background-color:#69bfeb; } .myforecolor {color:#69bfeb; } .mybordercolor {border:3px solid #69bfeb; }
#69bfeb Text Font Color
<p style="color:#69bfeb">Text here</p>
This sample text font color is #69bfeb
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.
#69bfeb Background Color
<div style="background-color:#69bfeb">
Div content here</div>
This div background color is #69bfeb
#69bfeb Border Color
<div style="border:3px solid #69bfeb">
Div here</div>
This div border color is #69bfeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,191,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #69bfeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #69bfeb; -webkit-box-shadow: 1px 1px 3px 2px #69bfeb; box-shadow: 1px 1px 3px 2px #69bfeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,191,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #69bfeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #69bfeb; -webkit-box-shadow: 1px 1px 3px 2px #69bfeb; box-shadow: 1px 1px 3px 2px #69bfeb;">
Div content here</div>
This div box has shadow with color #69bfeb
Comments
No comments written yet.
Please login to write comment.