Color spaces of #69cceb
RGB | 105 | 204 | 235 |
---|---|---|---|
HSL | 0.54 | 0.76 | 0.67 |
HSV | 194° | 55° | 92° |
CMYK | 0.55 | 0.13 | 0.00 0.08 |
XYZ | 42.4140 | 52.1871 | 86.4349 |
Yxy | 52.1871 | 0.2343 | 0.2883 |
Hunter Lab | 72.2406 | -21.6200 | -20.3712 |
CIE-Lab | 77.3926 | -20.4690 | -24.1635 |
#69cceb color RGB value is (105,204,235).
#69cceb hex color red value is 105, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #69cceb hue: 0.54 , saturation: 0.76 and the lightness value of 69cceb is 0.67.
The process color (four color CMYK) of #69cceb color hex is 0.55, 0.13, 0.00, 0.08. Web safe color of #69cceb is #66ccff. Color #69cceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 11001100 | 11101011 |
Octal | 151 | 314 | 353 |
Decimal | 105 | 204 | 235 |
Hex | 69 | CC | EB |
Shades of #69cceb
Tints of #69cceb
RGB Percentages of Color #69cceb
CMYK Percentages of Color #69cceb
Complementary Color
#69cceb | #eb8869 |
#69cceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#69cceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#69cceb Color CSS Codes
.mybgcolor {background-color:#69cceb; } .myforecolor {color:#69cceb; } .mybordercolor {border:3px solid #69cceb; }
#69cceb Text Font Color
<p style="color:#69cceb">Text here</p>
This sample text font color is #69cceb
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.
#69cceb Background Color
<div style="background-color:#69cceb">
Div content here</div>
This div background color is #69cceb
#69cceb Border Color
<div style="border:3px solid #69cceb">
Div here</div>
This div border color is #69cceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,204,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #69cceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #69cceb; -webkit-box-shadow: 1px 1px 3px 2px #69cceb; box-shadow: 1px 1px 3px 2px #69cceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,204,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 #69cceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #69cceb; -webkit-box-shadow: 1px 1px 3px 2px #69cceb; box-shadow: 1px 1px 3px 2px #69cceb;">
Div content here</div>
This div box has shadow with color #69cceb
Comments
No comments written yet.
Please login to write comment.