Color spaces of #94dcbf
RGB | 148 | 220 | 191 |
---|---|---|---|
HSL | 0.43 | 0.51 | 0.72 |
HSV | 156° | 33° | 86° |
CMYK | 0.33 | 0.00 | 0.13 0.14 |
XYZ | 47.2099 | 61.2439 | 58.6232 |
Yxy | 61.2439 | 0.2826 | 0.3666 |
Hunter Lab | 78.2585 | -29.2711 | 10.3670 |
CIE-Lab | 82.5097 | -28.6353 | 7.1397 |
#94dcbf color RGB value is (148,220,191).
#94dcbf hex color red value is 148, green value is 220 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #94dcbf hue: 0.43 , saturation: 0.51 and the lightness value of 94dcbf is 0.72.
The process color (four color CMYK) of #94dcbf color hex is 0.33, 0.00, 0.13, 0.14. Web safe color of #94dcbf is #99cccc. Color #94dcbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 11011100 | 10111111 |
Octal | 224 | 334 | 277 |
Decimal | 148 | 220 | 191 |
Hex | 94 | DC | BF |
Shades of #94dcbf
Tints of #94dcbf
RGB Percentages of Color #94dcbf
CMYK Percentages of Color #94dcbf
Complementary Color
#94dcbf | #dc94b1 |
#94dcbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94dcbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#94dcbf Color CSS Codes
.mybgcolor {background-color:#94dcbf; } .myforecolor {color:#94dcbf; } .mybordercolor {border:3px solid #94dcbf; }
#94dcbf Text Font Color
<p style="color:#94dcbf">Text here</p>
This sample text font color is #94dcbf
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.
#94dcbf Background Color
<div style="background-color:#94dcbf">
Div content here</div>
This div background color is #94dcbf
#94dcbf Border Color
<div style="border:3px solid #94dcbf">
Div here</div>
This div border color is #94dcbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,220,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94dcbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94dcbf; -webkit-box-shadow: 1px 1px 3px 2px #94dcbf; box-shadow: 1px 1px 3px 2px #94dcbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,220,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #94dcbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94dcbf; -webkit-box-shadow: 1px 1px 3px 2px #94dcbf; box-shadow: 1px 1px 3px 2px #94dcbf;">
Div content here</div>
This div box has shadow with color #94dcbf
Comments
No comments written yet.
Please login to write comment.