Color spaces of #aecfbd
RGB | 174 | 207 | 189 |
---|---|---|---|
HSL | 0.41 | 0.26 | 0.75 |
HSV | 147° | 16° | 81° |
CMYK | 0.16 | 0.00 | 0.09 0.19 |
XYZ | 48.9537 | 57.2984 | 56.6237 |
Yxy | 57.2984 | 0.3006 | 0.3518 |
Hunter Lab | 75.6957 | -17.0285 | 8.6355 |
CIE-Lab | 80.3471 | -14.4974 | 5.2824 |
#aecfbd color RGB value is (174,207,189).
#aecfbd hex color red value is 174, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aecfbd hue: 0.41 , saturation: 0.26 and the lightness value of aecfbd is 0.75.
The process color (four color CMYK) of #aecfbd color hex is 0.16, 0.00, 0.09, 0.19. Web safe color of #aecfbd is #99cccc. Color #aecfbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001111 | 10111101 |
Octal | 256 | 317 | 275 |
Decimal | 174 | 207 | 189 |
Hex | AE | CF | BD |
Shades of #aecfbd
Tints of #aecfbd
RGB Percentages of Color #aecfbd
CMYK Percentages of Color #aecfbd
Complementary Color
#aecfbd | #cfaec0 |
#aecfbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aecfbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aecfbd Color CSS Codes
.mybgcolor {background-color:#aecfbd; } .myforecolor {color:#aecfbd; } .mybordercolor {border:3px solid #aecfbd; }
#aecfbd Text Font Color
<p style="color:#aecfbd">Text here</p>
This sample text font color is #aecfbd
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.
#aecfbd Background Color
<div style="background-color:#aecfbd">
Div content here</div>
This div background color is #aecfbd
#aecfbd Border Color
<div style="border:3px solid #aecfbd">
Div here</div>
This div border color is #aecfbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,207,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aecfbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aecfbd; -webkit-box-shadow: 1px 1px 3px 2px #aecfbd; box-shadow: 1px 1px 3px 2px #aecfbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,207,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aecfbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aecfbd; -webkit-box-shadow: 1px 1px 3px 2px #aecfbd; box-shadow: 1px 1px 3px 2px #aecfbd;">
Div content here</div>
This div box has shadow with color #aecfbd
Comments
No comments written yet.
Please login to write comment.