Color spaces of #69adbd
RGB | 105 | 173 | 189 |
---|---|---|---|
HSL | 0.53 | 0.39 | 0.58 |
HSV | 191° | 44° | 74° |
CMYK | 0.44 | 0.08 | 0.00 0.26 |
XYZ | 29.9546 | 36.5645 | 53.6230 |
Yxy | 36.5645 | 0.2493 | 0.3043 |
Hunter Lab | 60.4686 | -17.3957 | -10.2498 |
CIE-Lab | 66.9490 | -17.2782 | -14.9250 |
#69adbd color RGB value is (105,173,189).
#69adbd hex color red value is 105, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #69adbd hue: 0.53 , saturation: 0.39 and the lightness value of 69adbd is 0.58.
The process color (four color CMYK) of #69adbd color hex is 0.44, 0.08, 0.00, 0.26. Web safe color of #69adbd is #6699cc. Color #69adbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 10101101 | 10111101 |
Octal | 151 | 255 | 275 |
Decimal | 105 | 173 | 189 |
Hex | 69 | AD | BD |
Shades of #69adbd
Tints of #69adbd
RGB Percentages of Color #69adbd
CMYK Percentages of Color #69adbd
Complementary Color
#69adbd | #bd7969 |
#69adbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#69adbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#69adbd Color CSS Codes
.mybgcolor {background-color:#69adbd; } .myforecolor {color:#69adbd; } .mybordercolor {border:3px solid #69adbd; }
#69adbd Text Font Color
<p style="color:#69adbd">Text here</p>
This sample text font color is #69adbd
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.
#69adbd Background Color
<div style="background-color:#69adbd">
Div content here</div>
This div background color is #69adbd
#69adbd Border Color
<div style="border:3px solid #69adbd">
Div here</div>
This div border color is #69adbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,173,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #69adbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #69adbd; -webkit-box-shadow: 1px 1px 3px 2px #69adbd; box-shadow: 1px 1px 3px 2px #69adbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,173,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #69adbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #69adbd; -webkit-box-shadow: 1px 1px 3px 2px #69adbd; box-shadow: 1px 1px 3px 2px #69adbd;">
Div content here</div>
This div box has shadow with color #69adbd
Comments
No comments written yet.
Please login to write comment.