Color spaces of #31cdee
RGB | 49 | 205 | 238 |
---|---|---|---|
HSL | 0.53 | 0.85 | 0.56 |
HSV | 190° | 79° | 93° |
CMYK | 0.79 | 0.14 | 0.00 0.07 |
XYZ | 38.5306 | 50.4887 | 88.6034 |
Yxy | 50.4887 | 0.2169 | 0.2842 |
Hunter Lab | 71.0554 | -27.5533 | -24.1936 |
CIE-Lab | 76.3683 | -28.0901 | -27.4655 |
#31cdee color RGB value is (49,205,238).
#31cdee hex color red value is 49, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #31cdee hue: 0.53 , saturation: 0.85 and the lightness value of 31cdee is 0.56.
The process color (four color CMYK) of #31cdee color hex is 0.79, 0.14, 0.00, 0.07. Web safe color of #31cdee is #33ccff. Color #31cdee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 11001101 | 11101110 |
Octal | 61 | 315 | 356 |
Decimal | 49 | 205 | 238 |
Hex | 31 | CD | EE |
Shades of #31cdee
Tints of #31cdee
RGB Percentages of Color #31cdee
CMYK Percentages of Color #31cdee
Complementary Color
#31cdee | #ee5231 |
#31cdee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31cdee Color Preview on White Background
Lorem ipsum dolor sit amet.
#31cdee Color CSS Codes
.mybgcolor {background-color:#31cdee; } .myforecolor {color:#31cdee; } .mybordercolor {border:3px solid #31cdee; }
#31cdee Text Font Color
<p style="color:#31cdee">Text here</p>
This sample text font color is #31cdee
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.
#31cdee Background Color
<div style="background-color:#31cdee">
Div content here</div>
This div background color is #31cdee
#31cdee Border Color
<div style="border:3px solid #31cdee">
Div here</div>
This div border color is #31cdee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,205,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31cdee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31cdee; -webkit-box-shadow: 1px 1px 3px 2px #31cdee; box-shadow: 1px 1px 3px 2px #31cdee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,205,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #31cdee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31cdee; -webkit-box-shadow: 1px 1px 3px 2px #31cdee; box-shadow: 1px 1px 3px 2px #31cdee;">
Div content here</div>
This div box has shadow with color #31cdee
Comments
No comments written yet.
Please login to write comment.