Color spaces of #93dcee
RGB | 147 | 220 | 238 |
---|---|---|---|
HSL | 0.53 | 0.73 | 0.75 |
HSV | 192° | 38° | 93° |
CMYK | 0.38 | 0.08 | 0.00 0.07 |
XYZ | 53.0584 | 63.5625 | 90.3612 |
Yxy | 63.5625 | 0.2563 | 0.3071 |
Hunter Lab | 79.7261 | -20.7274 | -11.3908 |
CIE-Lab | 83.7375 | -18.2082 | -15.9867 |
#93dcee color RGB value is (147,220,238).
#93dcee hex color red value is 147, green value is 220 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #93dcee hue: 0.53 , saturation: 0.73 and the lightness value of 93dcee is 0.75.
The process color (four color CMYK) of #93dcee color hex is 0.38, 0.08, 0.00, 0.07. Web safe color of #93dcee is #99ccff. Color #93dcee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 11011100 | 11101110 |
Octal | 223 | 334 | 356 |
Decimal | 147 | 220 | 238 |
Hex | 93 | DC | EE |
Shades of #93dcee
Tints of #93dcee
RGB Percentages of Color #93dcee
CMYK Percentages of Color #93dcee
Complementary Color
#93dcee | #eea593 |
#93dcee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93dcee Color Preview on White Background
Lorem ipsum dolor sit amet.
#93dcee Color CSS Codes
.mybgcolor {background-color:#93dcee; } .myforecolor {color:#93dcee; } .mybordercolor {border:3px solid #93dcee; }
#93dcee Text Font Color
<p style="color:#93dcee">Text here</p>
This sample text font color is #93dcee
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.
#93dcee Background Color
<div style="background-color:#93dcee">
Div content here</div>
This div background color is #93dcee
#93dcee Border Color
<div style="border:3px solid #93dcee">
Div here</div>
This div border color is #93dcee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,220,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93dcee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93dcee; -webkit-box-shadow: 1px 1px 3px 2px #93dcee; box-shadow: 1px 1px 3px 2px #93dcee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,220,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93dcee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93dcee; -webkit-box-shadow: 1px 1px 3px 2px #93dcee; box-shadow: 1px 1px 3px 2px #93dcee;">
Div content here</div>
This div box has shadow with color #93dcee
Comments
No comments written yet.
Please login to write comment.