Color spaces of #0dfeae
RGB | 13 | 254 | 174 |
---|---|---|---|
HSL | 0.44 | 0.99 | 0.52 |
HSV | 160° | 95° | 100° |
CMYK | 0.95 | 0.00 | 0.31 0.00 |
XYZ | 43.2478 | 74.0252 | 52.0533 |
Yxy | 74.0252 | 0.2554 | 0.4372 |
Hunter Lab | 86.0379 | -60.8415 | 24.3558 |
CIE-Lab | 88.9344 | -67.7306 | 24.5372 |
#0dfeae color RGB value is (13,254,174).
#0dfeae hex color red value is 13, green value is 254 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0dfeae hue: 0.44 , saturation: 0.99 and the lightness value of 0dfeae is 0.52.
The process color (four color CMYK) of #0dfeae color hex is 0.95, 0.00, 0.31, 0.00. Web safe color of #0dfeae is #00ff99. Color #0dfeae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001101 | 11111110 | 10101110 |
Octal | 15 | 376 | 256 |
Decimal | 13 | 254 | 174 |
Hex | D | FE | AE |
Shades of #0dfeae
Tints of #0dfeae
RGB Percentages of Color #0dfeae
CMYK Percentages of Color #0dfeae
Complementary Color
#0dfeae | #fe0d5d |
#0dfeae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0dfeae Color Preview on White Background
Lorem ipsum dolor sit amet.
#0dfeae Color CSS Codes
.mybgcolor {background-color:#0dfeae; } .myforecolor {color:#0dfeae; } .mybordercolor {border:3px solid #0dfeae; }
#0dfeae Text Font Color
<p style="color:#0dfeae">Text here</p>
This sample text font color is #0dfeae
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.
#0dfeae Background Color
<div style="background-color:#0dfeae">
Div content here</div>
This div background color is #0dfeae
#0dfeae Border Color
<div style="border:3px solid #0dfeae">
Div here</div>
This div border color is #0dfeae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(13,254,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0dfeae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0dfeae; -webkit-box-shadow: 1px 1px 3px 2px #0dfeae; box-shadow: 1px 1px 3px 2px #0dfeae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(13,254,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0dfeae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0dfeae; -webkit-box-shadow: 1px 1px 3px 2px #0dfeae; box-shadow: 1px 1px 3px 2px #0dfeae;">
Div content here</div>
This div box has shadow with color #0dfeae
Comments
No comments written yet.
Please login to write comment.