Color spaces of #addcea
RGB | 173 | 220 | 234 |
---|---|---|---|
HSL | 0.54 | 0.59 | 0.80 |
HSV | 194° | 26° | 92° |
CMYK | 0.26 | 0.06 | 0.00 0.08 |
XYZ | 57.6781 | 66.0111 | 87.5434 |
Yxy | 66.0111 | 0.2731 | 0.3125 |
Hunter Lab | 81.2472 | -15.4639 | -7.0116 |
CIE-Lab | 85.0021 | -12.0415 | -11.8320 |
#addcea color RGB value is (173,220,234).
#addcea hex color red value is 173, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #addcea hue: 0.54 , saturation: 0.59 and the lightness value of addcea is 0.80.
The process color (four color CMYK) of #addcea color hex is 0.26, 0.06, 0.00, 0.08. Web safe color of #addcea is #99ccff. Color #addcea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011100 | 11101010 |
Octal | 255 | 334 | 352 |
Decimal | 173 | 220 | 234 |
Hex | AD | DC | EA |
Shades of #addcea
Tints of #addcea
RGB Percentages of Color #addcea
CMYK Percentages of Color #addcea
Complementary Color
#addcea | #eabbad |
#addcea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#addcea Color Preview on White Background
Lorem ipsum dolor sit amet.
#addcea Color CSS Codes
.mybgcolor {background-color:#addcea; } .myforecolor {color:#addcea; } .mybordercolor {border:3px solid #addcea; }
#addcea Text Font Color
<p style="color:#addcea">Text here</p>
This sample text font color is #addcea
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.
#addcea Background Color
<div style="background-color:#addcea">
Div content here</div>
This div background color is #addcea
#addcea Border Color
<div style="border:3px solid #addcea">
Div here</div>
This div border color is #addcea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,220,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #addcea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #addcea; -webkit-box-shadow: 1px 1px 3px 2px #addcea; box-shadow: 1px 1px 3px 2px #addcea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,220,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 #addcea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #addcea; -webkit-box-shadow: 1px 1px 3px 2px #addcea; box-shadow: 1px 1px 3px 2px #addcea;">
Div content here</div>
This div box has shadow with color #addcea
Comments
No comments written yet.
Please login to write comment.