Color spaces of #aecdcb
RGB | 174 | 205 | 203 |
---|---|---|---|
HSL | 0.49 | 0.24 | 0.74 |
HSV | 176° | 15° | 80° |
CMYK | 0.15 | 0.00 | 0.01 0.20 |
XYZ | 50.0664 | 56.9731 | 64.8580 |
Yxy | 56.9731 | 0.2913 | 0.3314 |
Hunter Lab | 75.4805 | -13.6915 | 1.8904 |
CIE-Lab | 80.1645 | -10.6961 | -2.4787 |
#aecdcb color RGB value is (174,205,203).
#aecdcb hex color red value is 174, green value is 205 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aecdcb hue: 0.49 , saturation: 0.24 and the lightness value of aecdcb is 0.74.
The process color (four color CMYK) of #aecdcb color hex is 0.15, 0.00, 0.01, 0.20. Web safe color of #aecdcb is #99cccc. Color #aecdcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001101 | 11001011 |
Octal | 256 | 315 | 313 |
Decimal | 174 | 205 | 203 |
Hex | AE | CD | CB |
Shades of #aecdcb
Tints of #aecdcb
RGB Percentages of Color #aecdcb
CMYK Percentages of Color #aecdcb
Complementary Color
#aecdcb | #cdaeb0 |
#aecdcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aecdcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aecdcb Color CSS Codes
.mybgcolor {background-color:#aecdcb; } .myforecolor {color:#aecdcb; } .mybordercolor {border:3px solid #aecdcb; }
#aecdcb Text Font Color
<p style="color:#aecdcb">Text here</p>
This sample text font color is #aecdcb
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.
#aecdcb Background Color
<div style="background-color:#aecdcb">
Div content here</div>
This div background color is #aecdcb
#aecdcb Border Color
<div style="border:3px solid #aecdcb">
Div here</div>
This div border color is #aecdcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,205,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aecdcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aecdcb; -webkit-box-shadow: 1px 1px 3px 2px #aecdcb; box-shadow: 1px 1px 3px 2px #aecdcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,205,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 #aecdcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aecdcb; -webkit-box-shadow: 1px 1px 3px 2px #aecdcb; box-shadow: 1px 1px 3px 2px #aecdcb;">
Div content here</div>
This div box has shadow with color #aecdcb
Comments
No comments written yet.
Please login to write comment.