Color spaces of #94ecfe
RGB | 148 | 236 | 254 |
---|---|---|---|
HSL | 0.53 | 0.98 | 0.79 |
HSV | 190° | 42° | 100° |
CMYK | 0.42 | 0.07 | 0.00 0.00 |
XYZ | 60.0976 | 73.4426 | 104.7743 |
Yxy | 73.4426 | 0.2522 | 0.3082 |
Hunter Lab | 85.6987 | -24.7966 | -12.4983 |
CIE-Lab | 88.6584 | -21.9632 | -17.0065 |
#94ecfe color RGB value is (148,236,254).
#94ecfe hex color red value is 148, green value is 236 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #94ecfe hue: 0.53 , saturation: 0.98 and the lightness value of 94ecfe is 0.79.
The process color (four color CMYK) of #94ecfe color hex is 0.42, 0.07, 0.00, 0.00. Web safe color of #94ecfe is #99ffff. Color #94ecfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 11101100 | 11111110 |
Octal | 224 | 354 | 376 |
Decimal | 148 | 236 | 254 |
Hex | 94 | EC | FE |
Shades of #94ecfe
Tints of #94ecfe
RGB Percentages of Color #94ecfe
CMYK Percentages of Color #94ecfe
Complementary Color
#94ecfe | #fea694 |
#94ecfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94ecfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#94ecfe Color CSS Codes
.mybgcolor {background-color:#94ecfe; } .myforecolor {color:#94ecfe; } .mybordercolor {border:3px solid #94ecfe; }
#94ecfe Text Font Color
<p style="color:#94ecfe">Text here</p>
This sample text font color is #94ecfe
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.
#94ecfe Background Color
<div style="background-color:#94ecfe">
Div content here</div>
This div background color is #94ecfe
#94ecfe Border Color
<div style="border:3px solid #94ecfe">
Div here</div>
This div border color is #94ecfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,236,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94ecfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94ecfe; -webkit-box-shadow: 1px 1px 3px 2px #94ecfe; box-shadow: 1px 1px 3px 2px #94ecfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,236,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 #94ecfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94ecfe; -webkit-box-shadow: 1px 1px 3px 2px #94ecfe; box-shadow: 1px 1px 3px 2px #94ecfe;">
Div content here</div>
This div box has shadow with color #94ecfe
#94ecfe Color Palettes
Comments
No comments written yet.
Please login to write comment.