Color spaces of #699ded
RGB | 105 | 157 | 237 |
---|---|---|---|
HSL | 0.60 | 0.79 | 0.67 |
HSV | 216° | 56° | 93° |
CMYK | 0.56 | 0.34 | 0.00 0.07 |
XYZ | 33.1687 | 33.2316 | 84.7869 |
Yxy | 33.2316 | 0.2194 | 0.2198 |
Hunter Lab | 57.6469 | 1.8229 | -46.8508 |
CIE-Lab | 64.3480 | 5.6919 | -45.4697 |
#699ded color RGB value is (105,157,237).
#699ded hex color red value is 105, green value is 157 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #699ded hue: 0.60 , saturation: 0.79 and the lightness value of 699ded is 0.67.
The process color (four color CMYK) of #699ded color hex is 0.56, 0.34, 0.00, 0.07. Web safe color of #699ded is #6699ff. Color #699ded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 10011101 | 11101101 |
Octal | 151 | 235 | 355 |
Decimal | 105 | 157 | 237 |
Hex | 69 | 9D | ED |
Shades of #699ded
Tints of #699ded
RGB Percentages of Color #699ded
CMYK Percentages of Color #699ded
Complementary Color
#699ded | #edb969 |
#699ded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#699ded Color Preview on White Background
Lorem ipsum dolor sit amet.
#699ded Color CSS Codes
.mybgcolor {background-color:#699ded; } .myforecolor {color:#699ded; } .mybordercolor {border:3px solid #699ded; }
#699ded Text Font Color
<p style="color:#699ded">Text here</p>
This sample text font color is #699ded
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.
#699ded Background Color
<div style="background-color:#699ded">
Div content here</div>
This div background color is #699ded
#699ded Border Color
<div style="border:3px solid #699ded">
Div here</div>
This div border color is #699ded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,157,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #699ded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #699ded; -webkit-box-shadow: 1px 1px 3px 2px #699ded; box-shadow: 1px 1px 3px 2px #699ded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,157,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #699ded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #699ded; -webkit-box-shadow: 1px 1px 3px 2px #699ded; box-shadow: 1px 1px 3px 2px #699ded;">
Div content here</div>
This div box has shadow with color #699ded
Comments
No comments written yet.
Please login to write comment.