Color spaces of #94bfda
RGB | 148 | 191 | 218 |
---|---|---|---|
HSL | 0.56 | 0.49 | 0.72 |
HSV | 203° | 32° | 85° |
CMYK | 0.32 | 0.12 | 0.00 0.15 |
XYZ | 43.4984 | 48.6195 | 73.4215 |
Yxy | 48.6195 | 0.2628 | 0.2937 |
Hunter Lab | 69.7277 | -10.6693 | -13.6215 |
CIE-Lab | 75.2140 | -7.8496 | -18.1162 |
#94bfda color RGB value is (148,191,218).
#94bfda hex color red value is 148, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #94bfda hue: 0.56 , saturation: 0.49 and the lightness value of 94bfda is 0.72.
The process color (four color CMYK) of #94bfda color hex is 0.32, 0.12, 0.00, 0.15. Web safe color of #94bfda is #99cccc. Color #94bfda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 10111111 | 11011010 |
Octal | 224 | 277 | 332 |
Decimal | 148 | 191 | 218 |
Hex | 94 | BF | DA |
Shades of #94bfda
Tints of #94bfda
RGB Percentages of Color #94bfda
CMYK Percentages of Color #94bfda
Complementary Color
#94bfda | #daaf94 |
#94bfda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94bfda Color Preview on White Background
Lorem ipsum dolor sit amet.
#94bfda Color CSS Codes
.mybgcolor {background-color:#94bfda; } .myforecolor {color:#94bfda; } .mybordercolor {border:3px solid #94bfda; }
#94bfda Text Font Color
<p style="color:#94bfda">Text here</p>
This sample text font color is #94bfda
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.
#94bfda Background Color
<div style="background-color:#94bfda">
Div content here</div>
This div background color is #94bfda
#94bfda Border Color
<div style="border:3px solid #94bfda">
Div here</div>
This div border color is #94bfda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,191,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94bfda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94bfda; -webkit-box-shadow: 1px 1px 3px 2px #94bfda; box-shadow: 1px 1px 3px 2px #94bfda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,191,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 #94bfda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94bfda; -webkit-box-shadow: 1px 1px 3px 2px #94bfda; box-shadow: 1px 1px 3px 2px #94bfda;">
Div content here</div>
This div box has shadow with color #94bfda
Comments
No comments written yet.
Please login to write comment.