Color spaces of #aeb408
RGB | 174 | 180 | 8 |
---|---|---|---|
HSL | 0.17 | 0.91 | 0.37 |
HSV | 62° | 96° | 71° |
CMYK | 0.03 | 0.00 | 0.96 0.29 |
XYZ | 33.8206 | 41.6587 | 6.4881 |
Yxy | 41.6587 | 0.4126 | 0.5082 |
Hunter Lab | 64.5436 | -19.4178 | 39.2205 |
CIE-Lab | 70.6350 | -19.1159 | 71.2530 |
#aeb408 color RGB value is (174,180,8).
#aeb408 hex color red value is 174, green value is 180 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #aeb408 hue: 0.17 , saturation: 0.91 and the lightness value of aeb408 is 0.37.
The process color (four color CMYK) of #aeb408 color hex is 0.03, 0.00, 0.96, 0.29. Web safe color of #aeb408 is #99cc00. Color #aeb408 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10110100 | 00001000 |
Octal | 256 | 264 | 10 |
Decimal | 174 | 180 | 8 |
Hex | AE | B4 | 8 |
Shades of #aeb408
Tints of #aeb408
RGB Percentages of Color #aeb408
CMYK Percentages of Color #aeb408
Complementary Color
#aeb408 | #0e08b4 |
#aeb408 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeb408 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeb408 Color CSS Codes
.mybgcolor {background-color:#aeb408; } .myforecolor {color:#aeb408; } .mybordercolor {border:3px solid #aeb408; }
#aeb408 Text Font Color
<p style="color:#aeb408">Text here</p>
This sample text font color is #aeb408
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.
#aeb408 Background Color
<div style="background-color:#aeb408">
Div content here</div>
This div background color is #aeb408
#aeb408 Border Color
<div style="border:3px solid #aeb408">
Div here</div>
This div border color is #aeb408
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,180,8, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeb408; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeb408; -webkit-box-shadow: 1px 1px 3px 2px #aeb408; box-shadow: 1px 1px 3px 2px #aeb408; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,180,8, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeb408">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeb408; -webkit-box-shadow: 1px 1px 3px 2px #aeb408; box-shadow: 1px 1px 3px 2px #aeb408;">
Div content here</div>
This div box has shadow with color #aeb408
Comments
No comments written yet.
Please login to write comment.