Color spaces of #8abdde
RGB | 138 | 189 | 222 |
---|---|---|---|
HSL | 0.57 | 0.56 | 0.71 |
HSV | 204° | 38° | 87° |
CMYK | 0.38 | 0.15 | 0.00 0.13 |
XYZ | 41.8636 | 47.0724 | 75.9867 |
Yxy | 47.0724 | 0.2538 | 0.2854 |
Hunter Lab | 68.6093 | -11.1503 | -17.6388 |
CIE-Lab | 74.2361 | -8.5232 | -21.8215 |
#8abdde color RGB value is (138,189,222).
#8abdde hex color red value is 138, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8abdde hue: 0.57 , saturation: 0.56 and the lightness value of 8abdde is 0.71.
The process color (four color CMYK) of #8abdde color hex is 0.38, 0.15, 0.00, 0.13. Web safe color of #8abdde is #99cccc. Color #8abdde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 10111101 | 11011110 |
Octal | 212 | 275 | 336 |
Decimal | 138 | 189 | 222 |
Hex | 8A | BD | DE |
Shades of #8abdde
Tints of #8abdde
RGB Percentages of Color #8abdde
CMYK Percentages of Color #8abdde
Complementary Color
#8abdde | #deab8a |
#8abdde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8abdde Color Preview on White Background
Lorem ipsum dolor sit amet.
#8abdde Color CSS Codes
.mybgcolor {background-color:#8abdde; } .myforecolor {color:#8abdde; } .mybordercolor {border:3px solid #8abdde; }
#8abdde Text Font Color
<p style="color:#8abdde">Text here</p>
This sample text font color is #8abdde
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.
#8abdde Background Color
<div style="background-color:#8abdde">
Div content here</div>
This div background color is #8abdde
#8abdde Border Color
<div style="border:3px solid #8abdde">
Div here</div>
This div border color is #8abdde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,189,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8abdde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8abdde; -webkit-box-shadow: 1px 1px 3px 2px #8abdde; box-shadow: 1px 1px 3px 2px #8abdde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,189,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 #8abdde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8abdde; -webkit-box-shadow: 1px 1px 3px 2px #8abdde; box-shadow: 1px 1px 3px 2px #8abdde;">
Div content here</div>
This div box has shadow with color #8abdde
Comments
No comments written yet.
Please login to write comment.