Color spaces of #abeedc
RGB | 171 | 238 | 220 |
---|---|---|---|
HSL | 0.46 | 0.66 | 0.80 |
HSV | 164° | 28° | 93° |
CMYK | 0.28 | 0.00 | 0.08 0.07 |
XYZ | 60.2874 | 74.9743 | 79.0042 |
Yxy | 74.9743 | 0.2814 | 0.3499 |
Hunter Lab | 86.5877 | -27.2464 | 6.5141 |
CIE-Lab | 89.3810 | -24.6265 | 1.9726 |
#abeedc color RGB value is (171,238,220).
#abeedc hex color red value is 171, green value is 238 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #abeedc hue: 0.46 , saturation: 0.66 and the lightness value of abeedc is 0.80.
The process color (four color CMYK) of #abeedc color hex is 0.28, 0.00, 0.08, 0.07. Web safe color of #abeedc is #99ffcc. Color #abeedc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101110 | 11011100 |
Octal | 253 | 356 | 334 |
Decimal | 171 | 238 | 220 |
Hex | AB | EE | DC |
Shades of #abeedc
Tints of #abeedc
RGB Percentages of Color #abeedc
CMYK Percentages of Color #abeedc
Complementary Color
#abeedc | #eeabbd |
#abeedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abeedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#abeedc Color CSS Codes
.mybgcolor {background-color:#abeedc; } .myforecolor {color:#abeedc; } .mybordercolor {border:3px solid #abeedc; }
#abeedc Text Font Color
<p style="color:#abeedc">Text here</p>
This sample text font color is #abeedc
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.
#abeedc Background Color
<div style="background-color:#abeedc">
Div content here</div>
This div background color is #abeedc
#abeedc Border Color
<div style="border:3px solid #abeedc">
Div here</div>
This div border color is #abeedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,238,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abeedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abeedc; -webkit-box-shadow: 1px 1px 3px 2px #abeedc; box-shadow: 1px 1px 3px 2px #abeedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,238,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abeedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abeedc; -webkit-box-shadow: 1px 1px 3px 2px #abeedc; box-shadow: 1px 1px 3px 2px #abeedc;">
Div content here</div>
This div box has shadow with color #abeedc
Comments
No comments written yet.
Please login to write comment.