Color spaces of #668feb
RGB | 102 | 143 | 235 |
---|---|---|---|
HSL | 0.62 | 0.77 | 0.66 |
HSV | 222° | 57° | 92° |
CMYK | 0.57 | 0.39 | 0.00 0.08 |
XYZ | 30.2973 | 28.4679 | 82.4953 |
Yxy | 28.4679 | 0.2145 | 0.2015 |
Hunter Lab | 53.3553 | 7.9877 | -54.3225 |
CIE-Lab | 60.3091 | 12.6347 | -50.7604 |
#668feb color RGB value is (102,143,235).
#668feb hex color red value is 102, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #668feb hue: 0.62 , saturation: 0.77 and the lightness value of 668feb is 0.66.
The process color (four color CMYK) of #668feb color hex is 0.57, 0.39, 0.00, 0.08. Web safe color of #668feb is #6699ff. Color #668feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 10001111 | 11101011 |
Octal | 146 | 217 | 353 |
Decimal | 102 | 143 | 235 |
Hex | 66 | 8F | EB |
Shades of #668feb
Tints of #668feb
RGB Percentages of Color #668feb
CMYK Percentages of Color #668feb
Complementary Color
#668feb | #ebc266 |
#668feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#668feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#668feb Color CSS Codes
.mybgcolor {background-color:#668feb; } .myforecolor {color:#668feb; } .mybordercolor {border:3px solid #668feb; }
#668feb Text Font Color
<p style="color:#668feb">Text here</p>
This sample text font color is #668feb
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.
#668feb Background Color
<div style="background-color:#668feb">
Div content here</div>
This div background color is #668feb
#668feb Border Color
<div style="border:3px solid #668feb">
Div here</div>
This div border color is #668feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,143,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #668feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #668feb; -webkit-box-shadow: 1px 1px 3px 2px #668feb; box-shadow: 1px 1px 3px 2px #668feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,143,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 #668feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #668feb; -webkit-box-shadow: 1px 1px 3px 2px #668feb; box-shadow: 1px 1px 3px 2px #668feb;">
Div content here</div>
This div box has shadow with color #668feb
Comments
No comments written yet.
Please login to write comment.