Color spaces of #abcdeb
RGB | 171 | 205 | 235 |
---|---|---|---|
HSL | 0.58 | 0.62 | 0.80 |
HSV | 208° | 27° | 92° |
CMYK | 0.27 | 0.13 | 0.00 0.08 |
XYZ | 53.6213 | 58.3187 | 87.0278 |
Yxy | 58.3187 | 0.2695 | 0.2931 |
Hunter Lab | 76.3667 | -8.3069 | -14.1105 |
CIE-Lab | 80.9157 | -4.5944 | -18.5117 |
#abcdeb color RGB value is (171,205,235).
#abcdeb hex color red value is 171, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #abcdeb hue: 0.58 , saturation: 0.62 and the lightness value of abcdeb is 0.80.
The process color (four color CMYK) of #abcdeb color hex is 0.27, 0.13, 0.00, 0.08. Web safe color of #abcdeb is #99ccff. Color #abcdeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001101 | 11101011 |
Octal | 253 | 315 | 353 |
Decimal | 171 | 205 | 235 |
Hex | AB | CD | EB |
Shades of #abcdeb
Tints of #abcdeb
RGB Percentages of Color #abcdeb
CMYK Percentages of Color #abcdeb
Complementary Color
#abcdeb | #ebc9ab |
#abcdeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abcdeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#abcdeb Color CSS Codes
.mybgcolor {background-color:#abcdeb; } .myforecolor {color:#abcdeb; } .mybordercolor {border:3px solid #abcdeb; }
#abcdeb Text Font Color
<p style="color:#abcdeb">Text here</p>
This sample text font color is #abcdeb
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.
#abcdeb Background Color
<div style="background-color:#abcdeb">
Div content here</div>
This div background color is #abcdeb
#abcdeb Border Color
<div style="border:3px solid #abcdeb">
Div here</div>
This div border color is #abcdeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,205,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abcdeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abcdeb; -webkit-box-shadow: 1px 1px 3px 2px #abcdeb; box-shadow: 1px 1px 3px 2px #abcdeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,205,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 #abcdeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abcdeb; -webkit-box-shadow: 1px 1px 3px 2px #abcdeb; box-shadow: 1px 1px 3px 2px #abcdeb;">
Div content here</div>
This div box has shadow with color #abcdeb
Comments
No comments written yet.
Please login to write comment.