Color spaces of #94aead
RGB | 148 | 174 | 173 |
---|---|---|---|
HSL | 0.49 | 0.14 | 0.63 |
HSV | 178° | 15° | 68° |
CMYK | 0.15 | 0.00 | 0.01 0.32 |
XYZ | 34.8916 | 39.5851 | 45.3369 |
Yxy | 39.5851 | 0.2912 | 0.3304 |
Hunter Lab | 62.9167 | -11.1138 | 1.3181 |
CIE-Lab | 69.1730 | -9.1130 | -2.4961 |
#94aead color RGB value is (148,174,173).
#94aead hex color red value is 148, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #94aead hue: 0.49 , saturation: 0.14 and the lightness value of 94aead is 0.63.
The process color (four color CMYK) of #94aead color hex is 0.15, 0.00, 0.01, 0.32. Web safe color of #94aead is #999999. Color #94aead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 10101110 | 10101101 |
Octal | 224 | 256 | 255 |
Decimal | 148 | 174 | 173 |
Hex | 94 | AE | AD |
Shades of #94aead
Tints of #94aead
RGB Percentages of Color #94aead
CMYK Percentages of Color #94aead
Complementary Color
#94aead | #ae9495 |
#94aead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94aead Color Preview on White Background
Lorem ipsum dolor sit amet.
#94aead Color CSS Codes
.mybgcolor {background-color:#94aead; } .myforecolor {color:#94aead; } .mybordercolor {border:3px solid #94aead; }
#94aead Text Font Color
<p style="color:#94aead">Text here</p>
This sample text font color is #94aead
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.
#94aead Background Color
<div style="background-color:#94aead">
Div content here</div>
This div background color is #94aead
#94aead Border Color
<div style="border:3px solid #94aead">
Div here</div>
This div border color is #94aead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,174,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94aead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94aead; -webkit-box-shadow: 1px 1px 3px 2px #94aead; box-shadow: 1px 1px 3px 2px #94aead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,174,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #94aead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94aead; -webkit-box-shadow: 1px 1px 3px 2px #94aead; box-shadow: 1px 1px 3px 2px #94aead;">
Div content here</div>
This div box has shadow with color #94aead
Comments
No comments written yet.
Please login to write comment.