Color spaces of #448cce
RGB | 68 | 140 | 206 |
---|---|---|---|
HSL | 0.58 | 0.58 | 0.54 |
HSV | 209° | 67° | 81° |
CMYK | 0.67 | 0.32 | 0.00 0.19 |
XYZ | 22.9026 | 24.4413 | 61.9031 |
Yxy | 24.4413 | 0.2096 | 0.2237 |
Hunter Lab | 49.4381 | -3.8253 | -39.6322 |
CIE-Lab | 56.5270 | -1.4788 | -40.6376 |
#448cce color RGB value is (68,140,206).
#448cce hex color red value is 68, green value is 140 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #448cce hue: 0.58 , saturation: 0.58 and the lightness value of 448cce is 0.54.
The process color (four color CMYK) of #448cce color hex is 0.67, 0.32, 0.00, 0.19. Web safe color of #448cce is #3399cc. Color #448cce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 10001100 | 11001110 |
Octal | 104 | 214 | 316 |
Decimal | 68 | 140 | 206 |
Hex | 44 | 8C | CE |
Shades of #448cce
Tints of #448cce
RGB Percentages of Color #448cce
CMYK Percentages of Color #448cce
Complementary Color
#448cce | #ce8644 |
#448cce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#448cce Color Preview on White Background
Lorem ipsum dolor sit amet.
#448cce Color CSS Codes
.mybgcolor {background-color:#448cce; } .myforecolor {color:#448cce; } .mybordercolor {border:3px solid #448cce; }
#448cce Text Font Color
<p style="color:#448cce">Text here</p>
This sample text font color is #448cce
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.
#448cce Background Color
<div style="background-color:#448cce">
Div content here</div>
This div background color is #448cce
#448cce Border Color
<div style="border:3px solid #448cce">
Div here</div>
This div border color is #448cce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,140,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #448cce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #448cce; -webkit-box-shadow: 1px 1px 3px 2px #448cce; box-shadow: 1px 1px 3px 2px #448cce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,140,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #448cce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #448cce; -webkit-box-shadow: 1px 1px 3px 2px #448cce; box-shadow: 1px 1px 3px 2px #448cce;">
Div content here</div>
This div box has shadow with color #448cce
Comments
No comments written yet.
Please login to write comment.