Color spaces of #31aceb
RGB | 49 | 172 | 235 |
---|---|---|---|
HSL | 0.56 | 0.82 | 0.56 |
HSV | 200° | 79° | 92° |
CMYK | 0.79 | 0.27 | 0.00 0.08 |
XYZ | 31.0145 | 36.1562 | 83.9415 |
Yxy | 36.1562 | 0.2052 | 0.2393 |
Hunter Lab | 60.1300 | -13.1589 | -40.6778 |
CIE-Lab | 66.6391 | -11.9756 | -40.9059 |
#31aceb color RGB value is (49,172,235).
#31aceb hex color red value is 49, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #31aceb hue: 0.56 , saturation: 0.82 and the lightness value of 31aceb is 0.56.
The process color (four color CMYK) of #31aceb color hex is 0.79, 0.27, 0.00, 0.08. Web safe color of #31aceb is #3399ff. Color #31aceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 10101100 | 11101011 |
Octal | 61 | 254 | 353 |
Decimal | 49 | 172 | 235 |
Hex | 31 | AC | EB |
Shades of #31aceb
Tints of #31aceb
RGB Percentages of Color #31aceb
CMYK Percentages of Color #31aceb
Complementary Color
#31aceb | #eb7031 |
#31aceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31aceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#31aceb Color CSS Codes
.mybgcolor {background-color:#31aceb; } .myforecolor {color:#31aceb; } .mybordercolor {border:3px solid #31aceb; }
#31aceb Text Font Color
<p style="color:#31aceb">Text here</p>
This sample text font color is #31aceb
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.
#31aceb Background Color
<div style="background-color:#31aceb">
Div content here</div>
This div background color is #31aceb
#31aceb Border Color
<div style="border:3px solid #31aceb">
Div here</div>
This div border color is #31aceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,172,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31aceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31aceb; -webkit-box-shadow: 1px 1px 3px 2px #31aceb; box-shadow: 1px 1px 3px 2px #31aceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,172,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #31aceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31aceb; -webkit-box-shadow: 1px 1px 3px 2px #31aceb; box-shadow: 1px 1px 3px 2px #31aceb;">
Div content here</div>
This div box has shadow with color #31aceb
Comments
No comments written yet.
Please login to write comment.