Color spaces of #94afeb
RGB | 148 | 175 | 235 |
---|---|---|---|
HSL | 0.61 | 0.69 | 0.75 |
HSV | 221° | 37° | 92° |
CMYK | 0.37 | 0.26 | 0.00 0.08 |
XYZ | 42.5381 | 42.9540 | 84.6462 |
Yxy | 42.9540 | 0.2500 | 0.2525 |
Hunter Lab | 65.5393 | 1.1611 | -30.6975 |
CIE-Lab | 71.5237 | 5.2000 | -32.9959 |
#94afeb color RGB value is (148,175,235).
#94afeb hex color red value is 148, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #94afeb hue: 0.61 , saturation: 0.69 and the lightness value of 94afeb is 0.75.
The process color (four color CMYK) of #94afeb color hex is 0.37, 0.26, 0.00, 0.08. Web safe color of #94afeb is #9999ff. Color #94afeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 10101111 | 11101011 |
Octal | 224 | 257 | 353 |
Decimal | 148 | 175 | 235 |
Hex | 94 | AF | EB |
Shades of #94afeb
Tints of #94afeb
RGB Percentages of Color #94afeb
CMYK Percentages of Color #94afeb
Complementary Color
#94afeb | #ebd094 |
#94afeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94afeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#94afeb Color CSS Codes
.mybgcolor {background-color:#94afeb; } .myforecolor {color:#94afeb; } .mybordercolor {border:3px solid #94afeb; }
#94afeb Text Font Color
<p style="color:#94afeb">Text here</p>
This sample text font color is #94afeb
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.
#94afeb Background Color
<div style="background-color:#94afeb">
Div content here</div>
This div background color is #94afeb
#94afeb Border Color
<div style="border:3px solid #94afeb">
Div here</div>
This div border color is #94afeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,175,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94afeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94afeb; -webkit-box-shadow: 1px 1px 3px 2px #94afeb; box-shadow: 1px 1px 3px 2px #94afeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,175,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #94afeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94afeb; -webkit-box-shadow: 1px 1px 3px 2px #94afeb; box-shadow: 1px 1px 3px 2px #94afeb;">
Div content here</div>
This div box has shadow with color #94afeb
Comments
No comments written yet.
Please login to write comment.