Color spaces of #aecbbf
RGB | 174 | 203 | 191 |
---|---|---|---|
HSL | 0.43 | 0.22 | 0.74 |
HSV | 155° | 14° | 80° |
CMYK | 0.14 | 0.00 | 0.06 0.20 |
XYZ | 48.2155 | 55.4721 | 57.4562 |
Yxy | 55.4721 | 0.2992 | 0.3442 |
Hunter Lab | 74.4796 | -14.7846 | 6.3973 |
CIE-Lab | 79.3124 | -12.0622 | 2.7141 |
#aecbbf color RGB value is (174,203,191).
#aecbbf hex color red value is 174, green value is 203 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aecbbf hue: 0.43 , saturation: 0.22 and the lightness value of aecbbf is 0.74.
The process color (four color CMYK) of #aecbbf color hex is 0.14, 0.00, 0.06, 0.20. Web safe color of #aecbbf is #99cccc. Color #aecbbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001011 | 10111111 |
Octal | 256 | 313 | 277 |
Decimal | 174 | 203 | 191 |
Hex | AE | CB | BF |
Shades of #aecbbf
Tints of #aecbbf
RGB Percentages of Color #aecbbf
CMYK Percentages of Color #aecbbf
Complementary Color
#aecbbf | #cbaeba |
#aecbbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aecbbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#aecbbf Color CSS Codes
.mybgcolor {background-color:#aecbbf; } .myforecolor {color:#aecbbf; } .mybordercolor {border:3px solid #aecbbf; }
#aecbbf Text Font Color
<p style="color:#aecbbf">Text here</p>
This sample text font color is #aecbbf
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.
#aecbbf Background Color
<div style="background-color:#aecbbf">
Div content here</div>
This div background color is #aecbbf
#aecbbf Border Color
<div style="border:3px solid #aecbbf">
Div here</div>
This div border color is #aecbbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,203,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aecbbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aecbbf; -webkit-box-shadow: 1px 1px 3px 2px #aecbbf; box-shadow: 1px 1px 3px 2px #aecbbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,203,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aecbbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aecbbf; -webkit-box-shadow: 1px 1px 3px 2px #aecbbf; box-shadow: 1px 1px 3px 2px #aecbbf;">
Div content here</div>
This div box has shadow with color #aecbbf
Comments
No comments written yet.
Please login to write comment.