Color spaces of #266aeb
RGB | 38 | 106 | 235 |
---|---|---|---|
HSL | 0.61 | 0.83 | 0.54 |
HSV | 219° | 84° | 92° |
CMYK | 0.84 | 0.55 | 0.00 0.08 |
XYZ | 20.9488 | 16.7183 | 80.7201 |
Yxy | 16.7183 | 0.1770 | 0.1412 |
Hunter Lab | 40.8880 | 19.8997 | -88.4272 |
CIE-Lab | 47.9031 | 26.5810 | -70.8328 |
#266aeb color RGB value is (38,106,235).
#266aeb hex color red value is 38, green value is 106 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #266aeb hue: 0.61 , saturation: 0.83 and the lightness value of 266aeb is 0.54.
The process color (four color CMYK) of #266aeb color hex is 0.84, 0.55, 0.00, 0.08. Web safe color of #266aeb is #3366ff. Color #266aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100110 | 01101010 | 11101011 |
Octal | 46 | 152 | 353 |
Decimal | 38 | 106 | 235 |
Hex | 26 | 6A | EB |
Shades of #266aeb
Tints of #266aeb
RGB Percentages of Color #266aeb
CMYK Percentages of Color #266aeb
Complementary Color
#266aeb | #eba726 |
#266aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#266aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#266aeb Color CSS Codes
.mybgcolor {background-color:#266aeb; } .myforecolor {color:#266aeb; } .mybordercolor {border:3px solid #266aeb; }
#266aeb Text Font Color
<p style="color:#266aeb">Text here</p>
This sample text font color is #266aeb
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.
#266aeb Background Color
<div style="background-color:#266aeb">
Div content here</div>
This div background color is #266aeb
#266aeb Border Color
<div style="border:3px solid #266aeb">
Div here</div>
This div border color is #266aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(38,106,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #266aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #266aeb; -webkit-box-shadow: 1px 1px 3px 2px #266aeb; box-shadow: 1px 1px 3px 2px #266aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(38,106,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 #266aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #266aeb; -webkit-box-shadow: 1px 1px 3px 2px #266aeb; box-shadow: 1px 1px 3px 2px #266aeb;">
Div content here</div>
This div box has shadow with color #266aeb
Comments
No comments written yet.
Please login to write comment.