Color spaces of #aedcec
RGB | 174 | 220 | 236 |
---|---|---|---|
HSL | 0.54 | 0.62 | 0.80 |
HSV | 195° | 26° | 93° |
CMYK | 0.26 | 0.07 | 0.00 0.07 |
XYZ | 58.1891 | 66.2412 | 89.0758 |
Yxy | 66.2412 | 0.2725 | 0.3103 |
Hunter Lab | 81.3887 | -14.8111 | -7.9178 |
CIE-Lab | 85.1193 | -11.3003 | -12.7087 |
#aedcec color RGB value is (174,220,236).
#aedcec hex color red value is 174, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aedcec hue: 0.54 , saturation: 0.62 and the lightness value of aedcec is 0.80.
The process color (four color CMYK) of #aedcec color hex is 0.26, 0.07, 0.00, 0.07. Web safe color of #aedcec is #99ccff. Color #aedcec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11011100 | 11101100 |
Octal | 256 | 334 | 354 |
Decimal | 174 | 220 | 236 |
Hex | AE | DC | EC |
Shades of #aedcec
Tints of #aedcec
RGB Percentages of Color #aedcec
CMYK Percentages of Color #aedcec
Complementary Color
#aedcec | #ecbeae |
#aedcec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aedcec Color Preview on White Background
Lorem ipsum dolor sit amet.
#aedcec Color CSS Codes
.mybgcolor {background-color:#aedcec; } .myforecolor {color:#aedcec; } .mybordercolor {border:3px solid #aedcec; }
#aedcec Text Font Color
<p style="color:#aedcec">Text here</p>
This sample text font color is #aedcec
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.
#aedcec Background Color
<div style="background-color:#aedcec">
Div content here</div>
This div background color is #aedcec
#aedcec Border Color
<div style="border:3px solid #aedcec">
Div here</div>
This div border color is #aedcec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,220,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aedcec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aedcec; -webkit-box-shadow: 1px 1px 3px 2px #aedcec; box-shadow: 1px 1px 3px 2px #aedcec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,220,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 #aedcec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aedcec; -webkit-box-shadow: 1px 1px 3px 2px #aedcec; box-shadow: 1px 1px 3px 2px #aedcec;">
Div content here</div>
This div box has shadow with color #aedcec
Comments
No comments written yet.
Please login to write comment.