Color spaces of #aed38a
RGB | 174 | 211 | 138 |
---|---|---|---|
HSL | 0.25 | 0.45 | 0.68 |
HSV | 90° | 35° | 83° |
CMYK | 0.18 | 0.00 | 0.35 0.17 |
XYZ | 45.3373 | 57.4222 | 32.7388 |
Yxy | 57.4222 | 0.3346 | 0.4238 |
Hunter Lab | 75.7774 | -25.8148 | 27.4286 |
CIE-Lab | 80.4165 | -24.9191 | 32.2478 |
#aed38a color RGB value is (174,211,138).
#aed38a hex color red value is 174, green value is 211 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aed38a hue: 0.25 , saturation: 0.45 and the lightness value of aed38a is 0.68.
The process color (four color CMYK) of #aed38a color hex is 0.18, 0.00, 0.35, 0.17. Web safe color of #aed38a is #99cc99. Color #aed38a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11010011 | 10001010 |
Octal | 256 | 323 | 212 |
Decimal | 174 | 211 | 138 |
Hex | AE | D3 | 8A |
Shades of #aed38a
Tints of #aed38a
RGB Percentages of Color #aed38a
CMYK Percentages of Color #aed38a
Complementary Color
#aed38a | #af8ad3 |
#aed38a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aed38a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aed38a Color CSS Codes
.mybgcolor {background-color:#aed38a; } .myforecolor {color:#aed38a; } .mybordercolor {border:3px solid #aed38a; }
#aed38a Text Font Color
<p style="color:#aed38a">Text here</p>
This sample text font color is #aed38a
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.
#aed38a Background Color
<div style="background-color:#aed38a">
Div content here</div>
This div background color is #aed38a
#aed38a Border Color
<div style="border:3px solid #aed38a">
Div here</div>
This div border color is #aed38a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,211,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aed38a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aed38a; -webkit-box-shadow: 1px 1px 3px 2px #aed38a; box-shadow: 1px 1px 3px 2px #aed38a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,211,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aed38a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aed38a; -webkit-box-shadow: 1px 1px 3px 2px #aed38a; box-shadow: 1px 1px 3px 2px #aed38a;">
Div content here</div>
This div box has shadow with color #aed38a
Comments
No comments written yet.
Please login to write comment.