Color spaces of #28aeba
RGB | 40 | 174 | 186 |
---|---|---|---|
HSL | 0.51 | 0.65 | 0.44 |
HSV | 185° | 78° | 73° |
CMYK | 0.78 | 0.06 | 0.00 0.27 |
XYZ | 24.8741 | 34.2684 | 51.7578 |
Yxy | 34.2684 | 0.2243 | 0.3090 |
Hunter Lab | 58.5392 | -26.5966 | -11.4442 |
CIE-Lab | 65.1751 | -30.0720 | -16.1307 |
#28aeba color RGB value is (40,174,186).
#28aeba hex color red value is 40, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #28aeba hue: 0.51 , saturation: 0.65 and the lightness value of 28aeba is 0.44.
The process color (four color CMYK) of #28aeba color hex is 0.78, 0.06, 0.00, 0.27. Web safe color of #28aeba is #3399cc. Color #28aeba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 10101110 | 10111010 |
Octal | 50 | 256 | 272 |
Decimal | 40 | 174 | 186 |
Hex | 28 | AE | BA |
Shades of #28aeba
Tints of #28aeba
RGB Percentages of Color #28aeba
CMYK Percentages of Color #28aeba
Complementary Color
#28aeba | #ba3428 |
#28aeba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#28aeba Color Preview on White Background
Lorem ipsum dolor sit amet.
#28aeba Color CSS Codes
.mybgcolor {background-color:#28aeba; } .myforecolor {color:#28aeba; } .mybordercolor {border:3px solid #28aeba; }
#28aeba Text Font Color
<p style="color:#28aeba">Text here</p>
This sample text font color is #28aeba
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.
#28aeba Background Color
<div style="background-color:#28aeba">
Div content here</div>
This div background color is #28aeba
#28aeba Border Color
<div style="border:3px solid #28aeba">
Div here</div>
This div border color is #28aeba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,174,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #28aeba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #28aeba; -webkit-box-shadow: 1px 1px 3px 2px #28aeba; box-shadow: 1px 1px 3px 2px #28aeba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,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 #28aeba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #28aeba; -webkit-box-shadow: 1px 1px 3px 2px #28aeba; box-shadow: 1px 1px 3px 2px #28aeba;">
Div content here</div>
This div box has shadow with color #28aeba
Comments
No comments written yet.
Please login to write comment.