Color spaces of #05ebbd
RGB | 5 | 235 | 189 |
---|---|---|---|
HSL | 0.47 | 0.96 | 0.47 |
HSV | 168° | 98° | 92° |
CMYK | 0.98 | 0.00 | 0.20 0.08 |
XYZ | 38.9562 | 63.1230 | 58.2749 |
Yxy | 63.1230 | 0.2429 | 0.3936 |
Hunter Lab | 79.4500 | -51.5147 | 12.1270 |
CIE-Lab | 83.5071 | -57.5033 | 9.1822 |
#05ebbd color RGB value is (5,235,189).
#05ebbd hex color red value is 5, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #05ebbd hue: 0.47 , saturation: 0.96 and the lightness value of 05ebbd is 0.47.
The process color (four color CMYK) of #05ebbd color hex is 0.98, 0.00, 0.20, 0.08. Web safe color of #05ebbd is #00ffcc. Color #05ebbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 11101011 | 10111101 |
Octal | 5 | 353 | 275 |
Decimal | 5 | 235 | 189 |
Hex | 5 | EB | BD |
Shades of #05ebbd
Tints of #05ebbd
RGB Percentages of Color #05ebbd
CMYK Percentages of Color #05ebbd
Complementary Color
#05ebbd | #eb0533 |
#05ebbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#05ebbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#05ebbd Color CSS Codes
.mybgcolor {background-color:#05ebbd; } .myforecolor {color:#05ebbd; } .mybordercolor {border:3px solid #05ebbd; }
#05ebbd Text Font Color
<p style="color:#05ebbd">Text here</p>
This sample text font color is #05ebbd
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.
#05ebbd Background Color
<div style="background-color:#05ebbd">
Div content here</div>
This div background color is #05ebbd
#05ebbd Border Color
<div style="border:3px solid #05ebbd">
Div here</div>
This div border color is #05ebbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,235,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #05ebbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #05ebbd; -webkit-box-shadow: 1px 1px 3px 2px #05ebbd; box-shadow: 1px 1px 3px 2px #05ebbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,235,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 #05ebbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #05ebbd; -webkit-box-shadow: 1px 1px 3px 2px #05ebbd; box-shadow: 1px 1px 3px 2px #05ebbd;">
Div content here</div>
This div box has shadow with color #05ebbd
Comments
No comments written yet.
Please login to write comment.