Color spaces of #acaecb
RGB | 172 | 174 | 203 |
---|---|---|---|
HSL | 0.66 | 0.23 | 0.74 |
HSV | 236° | 15° | 80° |
CMYK | 0.15 | 0.14 | 0.00 0.20 |
XYZ | 42.9288 | 43.3546 | 62.6056 |
Yxy | 43.3546 | 0.2883 | 0.2912 |
Hunter Lab | 65.8442 | 1.1502 | -10.2828 |
CIE-Lab | 71.7950 | 5.1982 | -14.9378 |
#acaecb color RGB value is (172,174,203).
#acaecb hex color red value is 172, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #acaecb hue: 0.66 , saturation: 0.23 and the lightness value of acaecb is 0.74.
The process color (four color CMYK) of #acaecb color hex is 0.15, 0.14, 0.00, 0.20. Web safe color of #acaecb is #9999cc. Color #acaecb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101110 | 11001011 |
Octal | 254 | 256 | 313 |
Decimal | 172 | 174 | 203 |
Hex | AC | AE | CB |
Shades of #acaecb
Tints of #acaecb
RGB Percentages of Color #acaecb
CMYK Percentages of Color #acaecb
Complementary Color
#acaecb | #cbc9ac |
#acaecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acaecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#acaecb Color CSS Codes
.mybgcolor {background-color:#acaecb; } .myforecolor {color:#acaecb; } .mybordercolor {border:3px solid #acaecb; }
#acaecb Text Font Color
<p style="color:#acaecb">Text here</p>
This sample text font color is #acaecb
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.
#acaecb Background Color
<div style="background-color:#acaecb">
Div content here</div>
This div background color is #acaecb
#acaecb Border Color
<div style="border:3px solid #acaecb">
Div here</div>
This div border color is #acaecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,174,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acaecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acaecb; -webkit-box-shadow: 1px 1px 3px 2px #acaecb; box-shadow: 1px 1px 3px 2px #acaecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,174,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acaecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acaecb; -webkit-box-shadow: 1px 1px 3px 2px #acaecb; box-shadow: 1px 1px 3px 2px #acaecb;">
Div content here</div>
This div box has shadow with color #acaecb
Comments
No comments written yet.
Please login to write comment.