Color spaces of #44aeba
RGB | 68 | 174 | 186 |
---|---|---|---|
HSL | 0.52 | 0.46 | 0.50 |
HSV | 186° | 63° | 73° |
CMYK | 0.63 | 0.06 | 0.00 0.27 |
XYZ | 26.3829 | 35.0462 | 51.8284 |
Yxy | 35.0462 | 0.2329 | 0.3094 |
Hunter Lab | 59.1998 | -24.0497 | -10.4675 |
CIE-Lab | 65.7846 | -26.3594 | -15.1506 |
#44aeba color RGB value is (68,174,186).
#44aeba hex color red value is 68, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #44aeba hue: 0.52 , saturation: 0.46 and the lightness value of 44aeba is 0.50.
The process color (four color CMYK) of #44aeba color hex is 0.63, 0.06, 0.00, 0.27. Web safe color of #44aeba is #3399cc. Color #44aeba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 10101110 | 10111010 |
Octal | 104 | 256 | 272 |
Decimal | 68 | 174 | 186 |
Hex | 44 | AE | BA |
Shades of #44aeba
Tints of #44aeba
RGB Percentages of Color #44aeba
CMYK Percentages of Color #44aeba
Complementary Color
#44aeba | #ba5044 |
#44aeba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#44aeba Color Preview on White Background
Lorem ipsum dolor sit amet.
#44aeba Color CSS Codes
.mybgcolor {background-color:#44aeba; } .myforecolor {color:#44aeba; } .mybordercolor {border:3px solid #44aeba; }
#44aeba Text Font Color
<p style="color:#44aeba">Text here</p>
This sample text font color is #44aeba
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.
#44aeba Background Color
<div style="background-color:#44aeba">
Div content here</div>
This div background color is #44aeba
#44aeba Border Color
<div style="border:3px solid #44aeba">
Div here</div>
This div border color is #44aeba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,174,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #44aeba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #44aeba; -webkit-box-shadow: 1px 1px 3px 2px #44aeba; box-shadow: 1px 1px 3px 2px #44aeba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,174,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #44aeba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #44aeba; -webkit-box-shadow: 1px 1px 3px 2px #44aeba; box-shadow: 1px 1px 3px 2px #44aeba;">
Div content here</div>
This div box has shadow with color #44aeba
Comments
No comments written yet.
Please login to write comment.