Color spaces of #1efead
RGB | 30 | 254 | 173 |
---|---|---|---|
HSL | 0.44 | 0.99 | 0.56 |
HSV | 158° | 88° | 100° |
CMYK | 0.88 | 0.00 | 0.32 0.00 |
XYZ | 43.5201 | 74.1768 | 51.5590 |
Yxy | 74.1768 | 0.2571 | 0.4383 |
Hunter Lab | 86.1260 | -60.5230 | 24.7944 |
CIE-Lab | 89.0060 | -67.2338 | 25.1572 |
#1efead color RGB value is (30,254,173).
#1efead hex color red value is 30, green value is 254 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #1efead hue: 0.44 , saturation: 0.99 and the lightness value of 1efead is 0.56.
The process color (four color CMYK) of #1efead color hex is 0.88, 0.00, 0.32, 0.00. Web safe color of #1efead is #33ff99. Color #1efead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011110 | 11111110 | 10101101 |
Octal | 36 | 376 | 255 |
Decimal | 30 | 254 | 173 |
Hex | 1E | FE | AD |
Shades of #1efead
Tints of #1efead
RGB Percentages of Color #1efead
CMYK Percentages of Color #1efead
Complementary Color
#1efead | #fe1e6f |
#1efead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1efead Color Preview on White Background
Lorem ipsum dolor sit amet.
#1efead Color CSS Codes
.mybgcolor {background-color:#1efead; } .myforecolor {color:#1efead; } .mybordercolor {border:3px solid #1efead; }
#1efead Text Font Color
<p style="color:#1efead">Text here</p>
This sample text font color is #1efead
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.
#1efead Background Color
<div style="background-color:#1efead">
Div content here</div>
This div background color is #1efead
#1efead Border Color
<div style="border:3px solid #1efead">
Div here</div>
This div border color is #1efead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(30,254,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1efead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1efead; -webkit-box-shadow: 1px 1px 3px 2px #1efead; box-shadow: 1px 1px 3px 2px #1efead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(30,254,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1efead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1efead; -webkit-box-shadow: 1px 1px 3px 2px #1efead; box-shadow: 1px 1px 3px 2px #1efead;">
Div content here</div>
This div box has shadow with color #1efead
Comments
No comments written yet.
Please login to write comment.