Color spaces of #aec397
RGB | 174 | 195 | 151 |
---|---|---|---|
HSL | 0.25 | 0.27 | 0.68 |
HSV | 89° | 23° | 76° |
CMYK | 0.11 | 0.00 | 0.23 0.24 |
XYZ | 42.5566 | 50.2632 | 36.7370 |
Yxy | 50.2632 | 0.3285 | 0.3880 |
Hunter Lab | 70.8965 | -16.9219 | 18.9048 |
CIE-Lab | 76.2305 | -15.0324 | 19.7844 |
#aec397 color RGB value is (174,195,151).
#aec397 hex color red value is 174, green value is 195 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #aec397 hue: 0.25 , saturation: 0.27 and the lightness value of aec397 is 0.68.
The process color (four color CMYK) of #aec397 color hex is 0.11, 0.00, 0.23, 0.24. Web safe color of #aec397 is #99cc99. Color #aec397 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11000011 | 10010111 |
Octal | 256 | 303 | 227 |
Decimal | 174 | 195 | 151 |
Hex | AE | C3 | 97 |
Shades of #aec397
Tints of #aec397
RGB Percentages of Color #aec397
CMYK Percentages of Color #aec397
Complementary Color
#aec397 | #ac97c3 |
#aec397 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aec397 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aec397 Color CSS Codes
.mybgcolor {background-color:#aec397; } .myforecolor {color:#aec397; } .mybordercolor {border:3px solid #aec397; }
#aec397 Text Font Color
<p style="color:#aec397">Text here</p>
This sample text font color is #aec397
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.
#aec397 Background Color
<div style="background-color:#aec397">
Div content here</div>
This div background color is #aec397
#aec397 Border Color
<div style="border:3px solid #aec397">
Div here</div>
This div border color is #aec397
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,195,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aec397; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aec397; -webkit-box-shadow: 1px 1px 3px 2px #aec397; box-shadow: 1px 1px 3px 2px #aec397; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,195,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aec397">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aec397; -webkit-box-shadow: 1px 1px 3px 2px #aec397; box-shadow: 1px 1px 3px 2px #aec397;">
Div content here</div>
This div box has shadow with color #aec397
Comments
No comments written yet.
Please login to write comment.