Color spaces of #94defe
RGB | 148 | 222 | 254 |
---|---|---|---|
HSL | 0.55 | 0.98 | 0.79 |
HSV | 198° | 42° | 100° |
CMYK | 0.42 | 0.13 | 0.00 0.00 |
XYZ | 56.2234 | 65.6942 | 103.4829 |
Yxy | 65.6942 | 0.2494 | 0.2915 |
Hunter Lab | 81.0520 | -18.0206 | -18.9620 |
CIE-Lab | 84.8402 | -14.9329 | -22.7750 |
#94defe color RGB value is (148,222,254).
#94defe hex color red value is 148, green value is 222 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #94defe hue: 0.55 , saturation: 0.98 and the lightness value of 94defe is 0.79.
The process color (four color CMYK) of #94defe color hex is 0.42, 0.13, 0.00, 0.00. Web safe color of #94defe is #99ccff. Color #94defe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 11011110 | 11111110 |
Octal | 224 | 336 | 376 |
Decimal | 148 | 222 | 254 |
Hex | 94 | DE | FE |
Shades of #94defe
Tints of #94defe
RGB Percentages of Color #94defe
CMYK Percentages of Color #94defe
Complementary Color
#94defe | #feb494 |
#94defe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94defe Color Preview on White Background
Lorem ipsum dolor sit amet.
#94defe Color CSS Codes
.mybgcolor {background-color:#94defe; } .myforecolor {color:#94defe; } .mybordercolor {border:3px solid #94defe; }
#94defe Text Font Color
<p style="color:#94defe">Text here</p>
This sample text font color is #94defe
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.
#94defe Background Color
<div style="background-color:#94defe">
Div content here</div>
This div background color is #94defe
#94defe Border Color
<div style="border:3px solid #94defe">
Div here</div>
This div border color is #94defe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,222,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94defe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94defe; -webkit-box-shadow: 1px 1px 3px 2px #94defe; box-shadow: 1px 1px 3px 2px #94defe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,222,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #94defe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94defe; -webkit-box-shadow: 1px 1px 3px 2px #94defe; box-shadow: 1px 1px 3px 2px #94defe;">
Div content here</div>
This div box has shadow with color #94defe
Comments
No comments written yet.
Please login to write comment.