Color spaces of #69aece
RGB | 105 | 174 | 206 |
---|---|---|---|
HSL | 0.55 | 0.51 | 0.61 |
HSV | 199° | 49° | 81° |
CMYK | 0.49 | 0.16 | 0.00 0.19 |
XYZ | 32.1023 | 37.7316 | 63.9835 |
Yxy | 37.7316 | 0.2399 | 0.2820 |
Hunter Lab | 61.4261 | -14.2085 | -18.7603 |
CIE-Lab | 67.8223 | -13.0974 | -22.9985 |
#69aece color RGB value is (105,174,206).
#69aece hex color red value is 105, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #69aece hue: 0.55 , saturation: 0.51 and the lightness value of 69aece is 0.61.
The process color (four color CMYK) of #69aece color hex is 0.49, 0.16, 0.00, 0.19. Web safe color of #69aece is #6699cc. Color #69aece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 10101110 | 11001110 |
Octal | 151 | 256 | 316 |
Decimal | 105 | 174 | 206 |
Hex | 69 | AE | CE |
Shades of #69aece
Tints of #69aece
RGB Percentages of Color #69aece
CMYK Percentages of Color #69aece
Complementary Color
#69aece | #ce8969 |
#69aece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#69aece Color Preview on White Background
Lorem ipsum dolor sit amet.
#69aece Color CSS Codes
.mybgcolor {background-color:#69aece; } .myforecolor {color:#69aece; } .mybordercolor {border:3px solid #69aece; }
#69aece Text Font Color
<p style="color:#69aece">Text here</p>
This sample text font color is #69aece
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.
#69aece Background Color
<div style="background-color:#69aece">
Div content here</div>
This div background color is #69aece
#69aece Border Color
<div style="border:3px solid #69aece">
Div here</div>
This div border color is #69aece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,174,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #69aece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #69aece; -webkit-box-shadow: 1px 1px 3px 2px #69aece; box-shadow: 1px 1px 3px 2px #69aece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,174,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #69aece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #69aece; -webkit-box-shadow: 1px 1px 3px 2px #69aece; box-shadow: 1px 1px 3px 2px #69aece;">
Div content here</div>
This div box has shadow with color #69aece
Comments
No comments written yet.
Please login to write comment.