Color spaces of #acbcea
RGB | 172 | 188 | 234 |
---|---|---|---|
HSL | 0.62 | 0.60 | 0.80 |
HSV | 225° | 26° | 92° |
CMYK | 0.26 | 0.20 | 0.00 0.08 |
XYZ | 49.8478 | 50.6776 | 84.9964 |
Yxy | 50.6776 | 0.2687 | 0.2732 |
Hunter Lab | 71.1882 | 0.4109 | -20.9586 |
CIE-Lab | 76.4833 | 4.5824 | -24.6982 |
#acbcea color RGB value is (172,188,234).
#acbcea hex color red value is 172, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #acbcea hue: 0.62 , saturation: 0.60 and the lightness value of acbcea is 0.80.
The process color (four color CMYK) of #acbcea color hex is 0.26, 0.20, 0.00, 0.08. Web safe color of #acbcea is #99ccff. Color #acbcea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10111100 | 11101010 |
Octal | 254 | 274 | 352 |
Decimal | 172 | 188 | 234 |
Hex | AC | BC | EA |
Shades of #acbcea
Tints of #acbcea
RGB Percentages of Color #acbcea
CMYK Percentages of Color #acbcea
Complementary Color
#acbcea | #eadaac |
#acbcea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acbcea Color Preview on White Background
Lorem ipsum dolor sit amet.
#acbcea Color CSS Codes
.mybgcolor {background-color:#acbcea; } .myforecolor {color:#acbcea; } .mybordercolor {border:3px solid #acbcea; }
#acbcea Text Font Color
<p style="color:#acbcea">Text here</p>
This sample text font color is #acbcea
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.
#acbcea Background Color
<div style="background-color:#acbcea">
Div content here</div>
This div background color is #acbcea
#acbcea Border Color
<div style="border:3px solid #acbcea">
Div here</div>
This div border color is #acbcea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,188,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acbcea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acbcea; -webkit-box-shadow: 1px 1px 3px 2px #acbcea; box-shadow: 1px 1px 3px 2px #acbcea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,188,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 #acbcea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acbcea; -webkit-box-shadow: 1px 1px 3px 2px #acbcea; box-shadow: 1px 1px 3px 2px #acbcea;">
Div content here</div>
This div box has shadow with color #acbcea
Comments
No comments written yet.
Please login to write comment.