Color spaces of #69acec
RGB | 105 | 172 | 236 |
---|---|---|---|
HSL | 0.58 | 0.78 | 0.67 |
HSV | 209° | 56° | 93° |
CMYK | 0.56 | 0.27 | 0.00 0.07 |
XYZ | 35.7185 | 38.5644 | 84.9180 |
Yxy | 38.5644 | 0.2244 | 0.2422 |
Hunter Lab | 62.1002 | -6.0067 | -37.6050 |
CIE-Lab | 68.4345 | -3.1240 | -38.5187 |
#69acec color RGB value is (105,172,236).
#69acec hex color red value is 105, green value is 172 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #69acec hue: 0.58 , saturation: 0.78 and the lightness value of 69acec is 0.67.
The process color (four color CMYK) of #69acec color hex is 0.56, 0.27, 0.00, 0.07. Web safe color of #69acec is #6699ff. Color #69acec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 10101100 | 11101100 |
Octal | 151 | 254 | 354 |
Decimal | 105 | 172 | 236 |
Hex | 69 | AC | EC |
Shades of #69acec
Tints of #69acec
RGB Percentages of Color #69acec
CMYK Percentages of Color #69acec
Complementary Color
#69acec | #eca969 |
#69acec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#69acec Color Preview on White Background
Lorem ipsum dolor sit amet.
#69acec Color CSS Codes
.mybgcolor {background-color:#69acec; } .myforecolor {color:#69acec; } .mybordercolor {border:3px solid #69acec; }
#69acec Text Font Color
<p style="color:#69acec">Text here</p>
This sample text font color is #69acec
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.
#69acec Background Color
<div style="background-color:#69acec">
Div content here</div>
This div background color is #69acec
#69acec Border Color
<div style="border:3px solid #69acec">
Div here</div>
This div border color is #69acec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,172,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #69acec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #69acec; -webkit-box-shadow: 1px 1px 3px 2px #69acec; box-shadow: 1px 1px 3px 2px #69acec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,172,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #69acec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #69acec; -webkit-box-shadow: 1px 1px 3px 2px #69acec; box-shadow: 1px 1px 3px 2px #69acec;">
Div content here</div>
This div box has shadow with color #69acec
Comments
No comments written yet.
Please login to write comment.