Color spaces of #94dcff
RGB | 148 | 220 | 255 |
---|---|---|---|
HSL | 0.55 | 1.00 | 0.79 |
HSV | 200° | 42° | 100° |
CMYK | 0.42 | 0.14 | 0.00 0.00 |
XYZ | 55.8559 | 64.7023 | 104.1526 |
Yxy | 64.7023 | 0.2486 | 0.2879 |
Hunter Lab | 80.4377 | -16.8158 | -20.4636 |
CIE-Lab | 84.3301 | -13.6507 | -24.0778 |
#94dcff color RGB value is (148,220,255).
#94dcff hex color red value is 148, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #94dcff hue: 0.55 , saturation: 1.00 and the lightness value of 94dcff is 0.79.
The process color (four color CMYK) of #94dcff color hex is 0.42, 0.14, 0.00, 0.00. Web safe color of #94dcff is #99ccff. Color #94dcff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 11011100 | 11111111 |
Octal | 224 | 334 | 377 |
Decimal | 148 | 220 | 255 |
Hex | 94 | DC | FF |
Shades of #94dcff
Tints of #94dcff
RGB Percentages of Color #94dcff
CMYK Percentages of Color #94dcff
Complementary Color
#94dcff | #ffb794 |
#94dcff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94dcff Color Preview on White Background
Lorem ipsum dolor sit amet.
#94dcff Color CSS Codes
.mybgcolor {background-color:#94dcff; } .myforecolor {color:#94dcff; } .mybordercolor {border:3px solid #94dcff; }
#94dcff Text Font Color
<p style="color:#94dcff">Text here</p>
This sample text font color is #94dcff
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.
#94dcff Background Color
<div style="background-color:#94dcff">
Div content here</div>
This div background color is #94dcff
#94dcff Border Color
<div style="border:3px solid #94dcff">
Div here</div>
This div border color is #94dcff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,220,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94dcff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94dcff; -webkit-box-shadow: 1px 1px 3px 2px #94dcff; box-shadow: 1px 1px 3px 2px #94dcff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,220,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #94dcff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94dcff; -webkit-box-shadow: 1px 1px 3px 2px #94dcff; box-shadow: 1px 1px 3px 2px #94dcff;">
Div content here</div>
This div box has shadow with color #94dcff
Comments
No comments written yet.
Please login to write comment.