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