Color spaces of #4abaea
RGB | 74 | 186 | 234 |
---|---|---|---|
HSL | 0.55 | 0.79 | 0.60 |
HSV | 198° | 68° | 92° |
CMYK | 0.68 | 0.21 | 0.00 0.08 |
XYZ | 35.2342 | 42.5142 | 84.1909 |
Yxy | 42.5142 | 0.2176 | 0.2625 |
Hunter Lab | 65.2029 | -17.6477 | -30.9140 |
CIE-Lab | 71.2240 | -16.7856 | -33.1824 |
#4abaea color RGB value is (74,186,234).
#4abaea hex color red value is 74, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4abaea hue: 0.55 , saturation: 0.79 and the lightness value of 4abaea is 0.60.
The process color (four color CMYK) of #4abaea color hex is 0.68, 0.21, 0.00, 0.08. Web safe color of #4abaea is #33ccff. Color #4abaea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001010 | 10111010 | 11101010 |
Octal | 112 | 272 | 352 |
Decimal | 74 | 186 | 234 |
Hex | 4A | BA | EA |
Shades of #4abaea
Tints of #4abaea
RGB Percentages of Color #4abaea
CMYK Percentages of Color #4abaea
Complementary Color
#4abaea | #ea7a4a |
#4abaea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4abaea Color Preview on White Background
Lorem ipsum dolor sit amet.
#4abaea Color CSS Codes
.mybgcolor {background-color:#4abaea; } .myforecolor {color:#4abaea; } .mybordercolor {border:3px solid #4abaea; }
#4abaea Text Font Color
<p style="color:#4abaea">Text here</p>
This sample text font color is #4abaea
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.
#4abaea Background Color
<div style="background-color:#4abaea">
Div content here</div>
This div background color is #4abaea
#4abaea Border Color
<div style="border:3px solid #4abaea">
Div here</div>
This div border color is #4abaea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(74,186,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4abaea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4abaea; -webkit-box-shadow: 1px 1px 3px 2px #4abaea; box-shadow: 1px 1px 3px 2px #4abaea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(74,186,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4abaea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4abaea; -webkit-box-shadow: 1px 1px 3px 2px #4abaea; box-shadow: 1px 1px 3px 2px #4abaea;">
Div content here</div>
This div box has shadow with color #4abaea
Comments
No comments written yet.
Please login to write comment.