Color spaces of #93bede
RGB | 147 | 190 | 222 |
---|---|---|---|
HSL | 0.57 | 0.53 | 0.72 |
HSV | 206° | 34° | 87° |
CMYK | 0.34 | 0.14 | 0.00 0.13 |
XYZ | 43.6309 | 48.3039 | 76.1312 |
Yxy | 48.3039 | 0.2596 | 0.2874 |
Hunter Lab | 69.5010 | -9.5692 | -16.2954 |
CIE-Lab | 75.0162 | -6.6062 | -20.5888 |
#93bede color RGB value is (147,190,222).
#93bede hex color red value is 147, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #93bede hue: 0.57 , saturation: 0.53 and the lightness value of 93bede is 0.72.
The process color (four color CMYK) of #93bede color hex is 0.34, 0.14, 0.00, 0.13. Web safe color of #93bede is #99cccc. Color #93bede contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10111110 | 11011110 |
Octal | 223 | 276 | 336 |
Decimal | 147 | 190 | 222 |
Hex | 93 | BE | DE |
Shades of #93bede
Tints of #93bede
RGB Percentages of Color #93bede
CMYK Percentages of Color #93bede
Complementary Color
#93bede | #deb393 |
#93bede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93bede Color Preview on White Background
Lorem ipsum dolor sit amet.
#93bede Color CSS Codes
.mybgcolor {background-color:#93bede; } .myforecolor {color:#93bede; } .mybordercolor {border:3px solid #93bede; }
#93bede Text Font Color
<p style="color:#93bede">Text here</p>
This sample text font color is #93bede
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.
#93bede Background Color
<div style="background-color:#93bede">
Div content here</div>
This div background color is #93bede
#93bede Border Color
<div style="border:3px solid #93bede">
Div here</div>
This div border color is #93bede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,190,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93bede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93bede; -webkit-box-shadow: 1px 1px 3px 2px #93bede; box-shadow: 1px 1px 3px 2px #93bede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,190,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93bede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93bede; -webkit-box-shadow: 1px 1px 3px 2px #93bede; box-shadow: 1px 1px 3px 2px #93bede;">
Div content here</div>
This div box has shadow with color #93bede
Comments
No comments written yet.
Please login to write comment.