Color spaces of #94ebda
RGB | 148 | 235 | 218 |
---|---|---|---|
HSL | 0.47 | 0.69 | 0.75 |
HSV | 168° | 37° | 92° |
CMYK | 0.37 | 0.00 | 0.07 0.08 |
XYZ | 54.5760 | 70.7745 | 77.1141 |
Yxy | 70.7745 | 0.2696 | 0.3496 |
Hunter Lab | 84.1276 | -31.4251 | 4.5421 |
CIE-Lab | 87.3753 | -30.0003 | -0.0406 |
#94ebda color RGB value is (148,235,218).
#94ebda hex color red value is 148, green value is 235 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #94ebda hue: 0.47 , saturation: 0.69 and the lightness value of 94ebda is 0.75.
The process color (four color CMYK) of #94ebda color hex is 0.37, 0.00, 0.07, 0.08. Web safe color of #94ebda is #99ffcc. Color #94ebda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 11101011 | 11011010 |
Octal | 224 | 353 | 332 |
Decimal | 148 | 235 | 218 |
Hex | 94 | EB | DA |
Shades of #94ebda
Tints of #94ebda
RGB Percentages of Color #94ebda
CMYK Percentages of Color #94ebda
Complementary Color
#94ebda | #eb94a5 |
#94ebda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94ebda Color Preview on White Background
Lorem ipsum dolor sit amet.
#94ebda Color CSS Codes
.mybgcolor {background-color:#94ebda; } .myforecolor {color:#94ebda; } .mybordercolor {border:3px solid #94ebda; }
#94ebda Text Font Color
<p style="color:#94ebda">Text here</p>
This sample text font color is #94ebda
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.
#94ebda Background Color
<div style="background-color:#94ebda">
Div content here</div>
This div background color is #94ebda
#94ebda Border Color
<div style="border:3px solid #94ebda">
Div here</div>
This div border color is #94ebda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,235,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94ebda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94ebda; -webkit-box-shadow: 1px 1px 3px 2px #94ebda; box-shadow: 1px 1px 3px 2px #94ebda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,235,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #94ebda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94ebda; -webkit-box-shadow: 1px 1px 3px 2px #94ebda; box-shadow: 1px 1px 3px 2px #94ebda;">
Div content here</div>
This div box has shadow with color #94ebda
Comments
No comments written yet.
Please login to write comment.