Color spaces of #abcaed
RGB | 171 | 202 | 237 |
---|---|---|---|
HSL | 0.59 | 0.65 | 0.80 |
HSV | 212° | 28° | 93° |
CMYK | 0.28 | 0.15 | 0.00 0.07 |
XYZ | 53.2012 | 57.0134 | 88.3215 |
Yxy | 57.0134 | 0.2680 | 0.2872 |
Hunter Lab | 75.5072 | -6.3693 | -16.4970 |
CIE-Lab | 80.1871 | -2.5360 | -20.6830 |
#abcaed color RGB value is (171,202,237).
#abcaed hex color red value is 171, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #abcaed hue: 0.59 , saturation: 0.65 and the lightness value of abcaed is 0.80.
The process color (four color CMYK) of #abcaed color hex is 0.28, 0.15, 0.00, 0.07. Web safe color of #abcaed is #99ccff. Color #abcaed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001010 | 11101101 |
Octal | 253 | 312 | 355 |
Decimal | 171 | 202 | 237 |
Hex | AB | CA | ED |
Shades of #abcaed
Tints of #abcaed
RGB Percentages of Color #abcaed
CMYK Percentages of Color #abcaed
Complementary Color
#abcaed | #edceab |
#abcaed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abcaed Color Preview on White Background
Lorem ipsum dolor sit amet.
#abcaed Color CSS Codes
.mybgcolor {background-color:#abcaed; } .myforecolor {color:#abcaed; } .mybordercolor {border:3px solid #abcaed; }
#abcaed Text Font Color
<p style="color:#abcaed">Text here</p>
This sample text font color is #abcaed
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.
#abcaed Background Color
<div style="background-color:#abcaed">
Div content here</div>
This div background color is #abcaed
#abcaed Border Color
<div style="border:3px solid #abcaed">
Div here</div>
This div border color is #abcaed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,202,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abcaed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abcaed; -webkit-box-shadow: 1px 1px 3px 2px #abcaed; box-shadow: 1px 1px 3px 2px #abcaed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,202,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abcaed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abcaed; -webkit-box-shadow: 1px 1px 3px 2px #abcaed; box-shadow: 1px 1px 3px 2px #abcaed;">
Div content here</div>
This div box has shadow with color #abcaed
Comments
No comments written yet.
Please login to write comment.