Color spaces of #94bfce
RGB | 148 | 191 | 206 |
---|---|---|---|
HSL | 0.54 | 0.37 | 0.69 |
HSV | 196° | 28° | 81° |
CMYK | 0.28 | 0.07 | 0.00 0.19 |
XYZ | 41.9841 | 48.0137 | 65.4473 |
Yxy | 48.0137 | 0.2701 | 0.3089 |
Hunter Lab | 69.2919 | -13.1074 | -7.4960 |
CIE-Lab | 74.8336 | -10.7341 | -12.1780 |
#94bfce color RGB value is (148,191,206).
#94bfce hex color red value is 148, green value is 191 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #94bfce hue: 0.54 , saturation: 0.37 and the lightness value of 94bfce is 0.69.
The process color (four color CMYK) of #94bfce color hex is 0.28, 0.07, 0.00, 0.19. Web safe color of #94bfce is #99cccc. Color #94bfce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 10111111 | 11001110 |
Octal | 224 | 277 | 316 |
Decimal | 148 | 191 | 206 |
Hex | 94 | BF | CE |
Shades of #94bfce
Tints of #94bfce
RGB Percentages of Color #94bfce
CMYK Percentages of Color #94bfce
Complementary Color
#94bfce | #cea394 |
#94bfce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94bfce Color Preview on White Background
Lorem ipsum dolor sit amet.
#94bfce Color CSS Codes
.mybgcolor {background-color:#94bfce; } .myforecolor {color:#94bfce; } .mybordercolor {border:3px solid #94bfce; }
#94bfce Text Font Color
<p style="color:#94bfce">Text here</p>
This sample text font color is #94bfce
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.
#94bfce Background Color
<div style="background-color:#94bfce">
Div content here</div>
This div background color is #94bfce
#94bfce Border Color
<div style="border:3px solid #94bfce">
Div here</div>
This div border color is #94bfce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,191,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94bfce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94bfce; -webkit-box-shadow: 1px 1px 3px 2px #94bfce; box-shadow: 1px 1px 3px 2px #94bfce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,191,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #94bfce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94bfce; -webkit-box-shadow: 1px 1px 3px 2px #94bfce; box-shadow: 1px 1px 3px 2px #94bfce;">
Div content here</div>
This div box has shadow with color #94bfce
Comments
No comments written yet.
Please login to write comment.