Color spaces of #4baeac
RGB | 75 | 174 | 172 |
---|---|---|---|
HSL | 0.50 | 0.40 | 0.49 |
HSV | 179° | 57° | 68° |
CMYK | 0.57 | 0.00 | 0.01 0.32 |
XYZ | 25.4841 | 34.7465 | 44.3933 |
Yxy | 34.7465 | 0.2436 | 0.3321 |
Hunter Lab | 58.9462 | -25.9852 | -3.3899 |
CIE-Lab | 65.5508 | -29.0984 | -7.6979 |
#4baeac color RGB value is (75,174,172).
#4baeac hex color red value is 75, green value is 174 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4baeac hue: 0.50 , saturation: 0.40 and the lightness value of 4baeac is 0.49.
The process color (four color CMYK) of #4baeac color hex is 0.57, 0.00, 0.01, 0.32. Web safe color of #4baeac is #339999. Color #4baeac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001011 | 10101110 | 10101100 |
Octal | 113 | 256 | 254 |
Decimal | 75 | 174 | 172 |
Hex | 4B | AE | AC |
Shades of #4baeac
Tints of #4baeac
RGB Percentages of Color #4baeac
CMYK Percentages of Color #4baeac
Complementary Color
#4baeac | #ae4b4d |
#4baeac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4baeac Color Preview on White Background
Lorem ipsum dolor sit amet.
#4baeac Color CSS Codes
.mybgcolor {background-color:#4baeac; } .myforecolor {color:#4baeac; } .mybordercolor {border:3px solid #4baeac; }
#4baeac Text Font Color
<p style="color:#4baeac">Text here</p>
This sample text font color is #4baeac
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.
#4baeac Background Color
<div style="background-color:#4baeac">
Div content here</div>
This div background color is #4baeac
#4baeac Border Color
<div style="border:3px solid #4baeac">
Div here</div>
This div border color is #4baeac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(75,174,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4baeac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4baeac; -webkit-box-shadow: 1px 1px 3px 2px #4baeac; box-shadow: 1px 1px 3px 2px #4baeac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(75,174,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4baeac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4baeac; -webkit-box-shadow: 1px 1px 3px 2px #4baeac; box-shadow: 1px 1px 3px 2px #4baeac;">
Div content here</div>
This div box has shadow with color #4baeac
Comments
No comments written yet.
Please login to write comment.