Color spaces of #aeb265
RGB | 174 | 178 | 101 |
---|---|---|---|
HSL | 0.18 | 0.33 | 0.55 |
HSV | 63° | 43° | 70° |
CMYK | 0.02 | 0.00 | 0.43 0.30 |
XYZ | 35.7249 | 41.7790 | 18.4932 |
Yxy | 41.7790 | 0.3721 | 0.4352 |
Hunter Lab | 64.6367 | -14.4567 | 28.2822 |
CIE-Lab | 70.7183 | -12.9461 | 38.7549 |
#aeb265 color RGB value is (174,178,101).
#aeb265 hex color red value is 174, green value is 178 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #aeb265 hue: 0.18 , saturation: 0.33 and the lightness value of aeb265 is 0.55.
The process color (four color CMYK) of #aeb265 color hex is 0.02, 0.00, 0.43, 0.30. Web safe color of #aeb265 is #999966. Color #aeb265 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10110010 | 01100101 |
Octal | 256 | 262 | 145 |
Decimal | 174 | 178 | 101 |
Hex | AE | B2 | 65 |
Shades of #aeb265
Tints of #aeb265
RGB Percentages of Color #aeb265
CMYK Percentages of Color #aeb265
Complementary Color
#aeb265 | #6965b2 |
#aeb265 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeb265 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeb265 Color CSS Codes
.mybgcolor {background-color:#aeb265; } .myforecolor {color:#aeb265; } .mybordercolor {border:3px solid #aeb265; }
#aeb265 Text Font Color
<p style="color:#aeb265">Text here</p>
This sample text font color is #aeb265
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.
#aeb265 Background Color
<div style="background-color:#aeb265">
Div content here</div>
This div background color is #aeb265
#aeb265 Border Color
<div style="border:3px solid #aeb265">
Div here</div>
This div border color is #aeb265
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,178,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeb265; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeb265; -webkit-box-shadow: 1px 1px 3px 2px #aeb265; box-shadow: 1px 1px 3px 2px #aeb265; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,178,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeb265">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeb265; -webkit-box-shadow: 1px 1px 3px 2px #aeb265; box-shadow: 1px 1px 3px 2px #aeb265;">
Div content here</div>
This div box has shadow with color #aeb265
Comments
No comments written yet.
Please login to write comment.