Color spaces of #94dbcd
RGB | 148 | 219 | 205 |
---|---|---|---|
HSL | 0.47 | 0.50 | 0.72 |
HSV | 168° | 32° | 86° |
CMYK | 0.32 | 0.00 | 0.06 0.14 |
XYZ | 48.5637 | 61.3667 | 67.0430 |
Yxy | 61.3667 | 0.2744 | 0.3468 |
Hunter Lab | 78.3369 | -26.4314 | 4.0937 |
CIE-Lab | 82.5755 | -25.1695 | -0.1906 |
#94dbcd color RGB value is (148,219,205).
#94dbcd hex color red value is 148, green value is 219 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #94dbcd hue: 0.47 , saturation: 0.50 and the lightness value of 94dbcd is 0.72.
The process color (four color CMYK) of #94dbcd color hex is 0.32, 0.00, 0.06, 0.14. Web safe color of #94dbcd is #99cccc. Color #94dbcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 11011011 | 11001101 |
Octal | 224 | 333 | 315 |
Decimal | 148 | 219 | 205 |
Hex | 94 | DB | CD |
Shades of #94dbcd
Tints of #94dbcd
RGB Percentages of Color #94dbcd
CMYK Percentages of Color #94dbcd
Complementary Color
#94dbcd | #db94a2 |
#94dbcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94dbcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#94dbcd Color CSS Codes
.mybgcolor {background-color:#94dbcd; } .myforecolor {color:#94dbcd; } .mybordercolor {border:3px solid #94dbcd; }
#94dbcd Text Font Color
<p style="color:#94dbcd">Text here</p>
This sample text font color is #94dbcd
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.
#94dbcd Background Color
<div style="background-color:#94dbcd">
Div content here</div>
This div background color is #94dbcd
#94dbcd Border Color
<div style="border:3px solid #94dbcd">
Div here</div>
This div border color is #94dbcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,219,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94dbcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94dbcd; -webkit-box-shadow: 1px 1px 3px 2px #94dbcd; box-shadow: 1px 1px 3px 2px #94dbcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,219,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #94dbcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94dbcd; -webkit-box-shadow: 1px 1px 3px 2px #94dbcd; box-shadow: 1px 1px 3px 2px #94dbcd;">
Div content here</div>
This div box has shadow with color #94dbcd
Comments
No comments written yet.
Please login to write comment.