Color spaces of #1feafe
RGB | 31 | 234 | 254 |
---|---|---|---|
HSL | 0.51 | 0.99 | 0.56 |
HSV | 185° | 88° | 100° |
CMYK | 0.88 | 0.08 | 0.00 0.00 |
XYZ | 47.8773 | 66.2927 | 104.0383 |
Yxy | 66.2927 | 0.2194 | 0.3038 |
Hunter Lab | 81.4203 | -37.5229 | -18.7661 |
CIE-Lab | 85.1455 | -38.1393 | -22.5998 |
#1feafe color RGB value is (31,234,254).
#1feafe hex color red value is 31, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #1feafe hue: 0.51 , saturation: 0.99 and the lightness value of 1feafe is 0.56.
The process color (four color CMYK) of #1feafe color hex is 0.88, 0.08, 0.00, 0.00. Web safe color of #1feafe is #33ffff. Color #1feafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011111 | 11101010 | 11111110 |
Octal | 37 | 352 | 376 |
Decimal | 31 | 234 | 254 |
Hex | 1F | EA | FE |
Shades of #1feafe
Tints of #1feafe
RGB Percentages of Color #1feafe
CMYK Percentages of Color #1feafe
Complementary Color
#1feafe | #fe331f |
#1feafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1feafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#1feafe Color CSS Codes
.mybgcolor {background-color:#1feafe; } .myforecolor {color:#1feafe; } .mybordercolor {border:3px solid #1feafe; }
#1feafe Text Font Color
<p style="color:#1feafe">Text here</p>
This sample text font color is #1feafe
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.
#1feafe Background Color
<div style="background-color:#1feafe">
Div content here</div>
This div background color is #1feafe
#1feafe Border Color
<div style="border:3px solid #1feafe">
Div here</div>
This div border color is #1feafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(31,234,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1feafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1feafe; -webkit-box-shadow: 1px 1px 3px 2px #1feafe; box-shadow: 1px 1px 3px 2px #1feafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(31,234,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1feafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1feafe; -webkit-box-shadow: 1px 1px 3px 2px #1feafe; box-shadow: 1px 1px 3px 2px #1feafe;">
Div content here</div>
This div box has shadow with color #1feafe
Comments
No comments written yet.
Please login to write comment.