Color spaces of #03ecbd
RGB | 3 | 236 | 189 |
---|---|---|---|
HSL | 0.47 | 0.97 | 0.47 |
HSV | 168° | 99° | 93° |
CMYK | 0.99 | 0.00 | 0.20 0.07 |
XYZ | 39.2183 | 63.6844 | 58.3694 |
Yxy | 63.6844 | 0.2432 | 0.3949 |
Hunter Lab | 79.8025 | -51.9320 | 12.4957 |
CIE-Lab | 83.8012 | -57.9400 | 9.6015 |
#03ecbd color RGB value is (3,236,189).
#03ecbd hex color red value is 3, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #03ecbd hue: 0.47 , saturation: 0.97 and the lightness value of 03ecbd is 0.47.
The process color (four color CMYK) of #03ecbd color hex is 0.99, 0.00, 0.20, 0.07. Web safe color of #03ecbd is #00ffcc. Color #03ecbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 11101100 | 10111101 |
Octal | 3 | 354 | 275 |
Decimal | 3 | 236 | 189 |
Hex | 3 | EC | BD |
Shades of #03ecbd
Tints of #03ecbd
RGB Percentages of Color #03ecbd
CMYK Percentages of Color #03ecbd
Complementary Color
#03ecbd | #ec0332 |
#03ecbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#03ecbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#03ecbd Color CSS Codes
.mybgcolor {background-color:#03ecbd; } .myforecolor {color:#03ecbd; } .mybordercolor {border:3px solid #03ecbd; }
#03ecbd Text Font Color
<p style="color:#03ecbd">Text here</p>
This sample text font color is #03ecbd
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.
#03ecbd Background Color
<div style="background-color:#03ecbd">
Div content here</div>
This div background color is #03ecbd
#03ecbd Border Color
<div style="border:3px solid #03ecbd">
Div here</div>
This div border color is #03ecbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,236,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #03ecbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #03ecbd; -webkit-box-shadow: 1px 1px 3px 2px #03ecbd; box-shadow: 1px 1px 3px 2px #03ecbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,236,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #03ecbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #03ecbd; -webkit-box-shadow: 1px 1px 3px 2px #03ecbd; box-shadow: 1px 1px 3px 2px #03ecbd;">
Div content here</div>
This div box has shadow with color #03ecbd
Comments
No comments written yet.
Please login to write comment.