Color spaces of #abcffe
RGB | 171 | 207 | 254 |
---|---|---|---|
HSL | 0.59 | 0.98 | 0.83 |
HSV | 214° | 33° | 100° |
CMYK | 0.33 | 0.19 | 0.00 0.00 |
XYZ | 56.9968 | 60.4393 | 102.4278 |
Yxy | 60.4393 | 0.2592 | 0.2749 |
Hunter Lab | 77.7427 | -5.1831 | -23.6960 |
CIE-Lab | 82.0764 | -1.1041 | -26.8696 |
#abcffe color RGB value is (171,207,254).
#abcffe hex color red value is 171, green value is 207 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #abcffe hue: 0.59 , saturation: 0.98 and the lightness value of abcffe is 0.83.
The process color (four color CMYK) of #abcffe color hex is 0.33, 0.19, 0.00, 0.00. Web safe color of #abcffe is #99ccff. Color #abcffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001111 | 11111110 |
Octal | 253 | 317 | 376 |
Decimal | 171 | 207 | 254 |
Hex | AB | CF | FE |
Shades of #abcffe
Tints of #abcffe
RGB Percentages of Color #abcffe
CMYK Percentages of Color #abcffe
Complementary Color
#abcffe | #fedaab |
#abcffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abcffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#abcffe Color CSS Codes
.mybgcolor {background-color:#abcffe; } .myforecolor {color:#abcffe; } .mybordercolor {border:3px solid #abcffe; }
#abcffe Text Font Color
<p style="color:#abcffe">Text here</p>
This sample text font color is #abcffe
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.
#abcffe Background Color
<div style="background-color:#abcffe">
Div content here</div>
This div background color is #abcffe
#abcffe Border Color
<div style="border:3px solid #abcffe">
Div here</div>
This div border color is #abcffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,207,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abcffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abcffe; -webkit-box-shadow: 1px 1px 3px 2px #abcffe; box-shadow: 1px 1px 3px 2px #abcffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,207,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abcffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abcffe; -webkit-box-shadow: 1px 1px 3px 2px #abcffe; box-shadow: 1px 1px 3px 2px #abcffe;">
Div content here</div>
This div box has shadow with color #abcffe
Comments
No comments written yet.
Please login to write comment.