Color spaces of #abcaea
RGB | 171 | 202 | 234 |
---|---|---|---|
HSL | 0.58 | 0.60 | 0.79 |
HSV | 210° | 27° | 92° |
CMYK | 0.27 | 0.14 | 0.00 0.08 |
XYZ | 52.7664 | 56.8395 | 86.0319 |
Yxy | 56.8395 | 0.2697 | 0.2905 |
Hunter Lab | 75.3920 | -7.0049 | -14.8831 |
CIE-Lab | 80.0892 | -3.2397 | -19.2259 |
#abcaea color RGB value is (171,202,234).
#abcaea hex color red value is 171, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #abcaea hue: 0.58 , saturation: 0.60 and the lightness value of abcaea is 0.79.
The process color (four color CMYK) of #abcaea color hex is 0.27, 0.14, 0.00, 0.08. Web safe color of #abcaea is #99ccff. Color #abcaea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001010 | 11101010 |
Octal | 253 | 312 | 352 |
Decimal | 171 | 202 | 234 |
Hex | AB | CA | EA |
Shades of #abcaea
Tints of #abcaea
RGB Percentages of Color #abcaea
CMYK Percentages of Color #abcaea
Complementary Color
#abcaea | #eacbab |
#abcaea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abcaea Color Preview on White Background
Lorem ipsum dolor sit amet.
#abcaea Color CSS Codes
.mybgcolor {background-color:#abcaea; } .myforecolor {color:#abcaea; } .mybordercolor {border:3px solid #abcaea; }
#abcaea Text Font Color
<p style="color:#abcaea">Text here</p>
This sample text font color is #abcaea
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.
#abcaea Background Color
<div style="background-color:#abcaea">
Div content here</div>
This div background color is #abcaea
#abcaea Border Color
<div style="border:3px solid #abcaea">
Div here</div>
This div border color is #abcaea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,202,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abcaea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abcaea; -webkit-box-shadow: 1px 1px 3px 2px #abcaea; box-shadow: 1px 1px 3px 2px #abcaea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,202,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abcaea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abcaea; -webkit-box-shadow: 1px 1px 3px 2px #abcaea; box-shadow: 1px 1px 3px 2px #abcaea;">
Div content here</div>
This div box has shadow with color #abcaea
Comments
No comments written yet.
Please login to write comment.