Color spaces of #94cfda
RGB | 148 | 207 | 218 |
---|---|---|---|
HSL | 0.53 | 0.49 | 0.72 |
HSV | 189° | 32° | 85° |
CMYK | 0.32 | 0.05 | 0.00 0.15 |
XYZ | 47.1805 | 55.9835 | 74.6489 |
Yxy | 55.9835 | 0.2653 | 0.3148 |
Hunter Lab | 74.8221 | -18.3822 | -6.7773 |
CIE-Lab | 79.6044 | -16.1948 | -11.5184 |
#94cfda color RGB value is (148,207,218).
#94cfda hex color red value is 148, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #94cfda hue: 0.53 , saturation: 0.49 and the lightness value of 94cfda is 0.72.
The process color (four color CMYK) of #94cfda color hex is 0.32, 0.05, 0.00, 0.15. Web safe color of #94cfda is #99cccc. Color #94cfda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 11001111 | 11011010 |
Octal | 224 | 317 | 332 |
Decimal | 148 | 207 | 218 |
Hex | 94 | CF | DA |
Shades of #94cfda
Tints of #94cfda
RGB Percentages of Color #94cfda
CMYK Percentages of Color #94cfda
Complementary Color
#94cfda | #da9f94 |
#94cfda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94cfda Color Preview on White Background
Lorem ipsum dolor sit amet.
#94cfda Color CSS Codes
.mybgcolor {background-color:#94cfda; } .myforecolor {color:#94cfda; } .mybordercolor {border:3px solid #94cfda; }
#94cfda Text Font Color
<p style="color:#94cfda">Text here</p>
This sample text font color is #94cfda
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.
#94cfda Background Color
<div style="background-color:#94cfda">
Div content here</div>
This div background color is #94cfda
#94cfda Border Color
<div style="border:3px solid #94cfda">
Div here</div>
This div border color is #94cfda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,207,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94cfda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94cfda; -webkit-box-shadow: 1px 1px 3px 2px #94cfda; box-shadow: 1px 1px 3px 2px #94cfda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,207,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 #94cfda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94cfda; -webkit-box-shadow: 1px 1px 3px 2px #94cfda; box-shadow: 1px 1px 3px 2px #94cfda;">
Div content here</div>
This div box has shadow with color #94cfda
Comments
No comments written yet.
Please login to write comment.