Color spaces of #aecf85
RGB | 174 | 207 | 133 |
---|---|---|---|
HSL | 0.24 | 0.44 | 0.67 |
HSV | 87° | 36° | 81° |
CMYK | 0.16 | 0.00 | 0.36 0.19 |
XYZ | 44.0020 | 55.3178 | 30.5485 |
Yxy | 55.3178 | 0.3388 | 0.4260 |
Hunter Lab | 74.3759 | -24.5544 | 27.7109 |
CIE-Lab | 79.2240 | -23.6527 | 33.2490 |
#aecf85 color RGB value is (174,207,133).
#aecf85 hex color red value is 174, green value is 207 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #aecf85 hue: 0.24 , saturation: 0.44 and the lightness value of aecf85 is 0.67.
The process color (four color CMYK) of #aecf85 color hex is 0.16, 0.00, 0.36, 0.19. Web safe color of #aecf85 is #99cc99. Color #aecf85 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001111 | 10000101 |
Octal | 256 | 317 | 205 |
Decimal | 174 | 207 | 133 |
Hex | AE | CF | 85 |
Shades of #aecf85
Tints of #aecf85
RGB Percentages of Color #aecf85
CMYK Percentages of Color #aecf85
Complementary Color
#aecf85 | #a685cf |
#aecf85 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aecf85 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aecf85 Color CSS Codes
.mybgcolor {background-color:#aecf85; } .myforecolor {color:#aecf85; } .mybordercolor {border:3px solid #aecf85; }
#aecf85 Text Font Color
<p style="color:#aecf85">Text here</p>
This sample text font color is #aecf85
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.
#aecf85 Background Color
<div style="background-color:#aecf85">
Div content here</div>
This div background color is #aecf85
#aecf85 Border Color
<div style="border:3px solid #aecf85">
Div here</div>
This div border color is #aecf85
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,207,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aecf85; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aecf85; -webkit-box-shadow: 1px 1px 3px 2px #aecf85; box-shadow: 1px 1px 3px 2px #aecf85; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,207,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aecf85">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aecf85; -webkit-box-shadow: 1px 1px 3px 2px #aecf85; box-shadow: 1px 1px 3px 2px #aecf85;">
Div content here</div>
This div box has shadow with color #aecf85
Comments
No comments written yet.
Please login to write comment.