Color spaces of #abccec
RGB | 171 | 204 | 236 |
---|---|---|---|
HSL | 0.58 | 0.63 | 0.80 |
HSV | 210° | 28° | 93° |
CMYK | 0.28 | 0.14 | 0.00 0.07 |
XYZ | 53.5278 | 57.8998 | 87.7114 |
Yxy | 57.8998 | 0.2688 | 0.2908 |
Hunter Lab | 76.0919 | -7.5928 | -15.0794 |
CIE-Lab | 80.6831 | -3.8321 | -19.3975 |
#abccec color RGB value is (171,204,236).
#abccec hex color red value is 171, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #abccec hue: 0.58 , saturation: 0.63 and the lightness value of abccec is 0.80.
The process color (four color CMYK) of #abccec color hex is 0.28, 0.14, 0.00, 0.07. Web safe color of #abccec is #99ccff. Color #abccec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001100 | 11101100 |
Octal | 253 | 314 | 354 |
Decimal | 171 | 204 | 236 |
Hex | AB | CC | EC |
Shades of #abccec
Tints of #abccec
RGB Percentages of Color #abccec
CMYK Percentages of Color #abccec
Complementary Color
#abccec | #eccbab |
#abccec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abccec Color Preview on White Background
Lorem ipsum dolor sit amet.
#abccec Color CSS Codes
.mybgcolor {background-color:#abccec; } .myforecolor {color:#abccec; } .mybordercolor {border:3px solid #abccec; }
#abccec Text Font Color
<p style="color:#abccec">Text here</p>
This sample text font color is #abccec
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.
#abccec Background Color
<div style="background-color:#abccec">
Div content here</div>
This div background color is #abccec
#abccec Border Color
<div style="border:3px solid #abccec">
Div here</div>
This div border color is #abccec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,204,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abccec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abccec; -webkit-box-shadow: 1px 1px 3px 2px #abccec; box-shadow: 1px 1px 3px 2px #abccec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,204,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abccec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abccec; -webkit-box-shadow: 1px 1px 3px 2px #abccec; box-shadow: 1px 1px 3px 2px #abccec;">
Div content here</div>
This div box has shadow with color #abccec
Comments
No comments written yet.
Please login to write comment.