Color spaces of #aed278
RGB | 174 | 210 | 120 |
---|---|---|---|
HSL | 0.23 | 0.50 | 0.65 |
HSV | 84° | 43° | 82° |
CMYK | 0.17 | 0.00 | 0.43 0.18 |
XYZ | 43.8923 | 56.4479 | 26.3515 |
Yxy | 56.4479 | 0.3464 | 0.4456 |
Hunter Lab | 75.1318 | -27.2003 | 31.7971 |
CIE-Lab | 79.8681 | -26.7506 | 40.6533 |
#aed278 color RGB value is (174,210,120).
#aed278 hex color red value is 174, green value is 210 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #aed278 hue: 0.23 , saturation: 0.50 and the lightness value of aed278 is 0.65.
The process color (four color CMYK) of #aed278 color hex is 0.17, 0.00, 0.43, 0.18. Web safe color of #aed278 is #99cc66. Color #aed278 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11010010 | 01111000 |
Octal | 256 | 322 | 170 |
Decimal | 174 | 210 | 120 |
Hex | AE | D2 | 78 |
Shades of #aed278
Tints of #aed278
RGB Percentages of Color #aed278
CMYK Percentages of Color #aed278
Complementary Color
#aed278 | #9c78d2 |
#aed278 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aed278 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aed278 Color CSS Codes
.mybgcolor {background-color:#aed278; } .myforecolor {color:#aed278; } .mybordercolor {border:3px solid #aed278; }
#aed278 Text Font Color
<p style="color:#aed278">Text here</p>
This sample text font color is #aed278
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.
#aed278 Background Color
<div style="background-color:#aed278">
Div content here</div>
This div background color is #aed278
#aed278 Border Color
<div style="border:3px solid #aed278">
Div here</div>
This div border color is #aed278
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,210,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aed278; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aed278; -webkit-box-shadow: 1px 1px 3px 2px #aed278; box-shadow: 1px 1px 3px 2px #aed278; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,210,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aed278">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aed278; -webkit-box-shadow: 1px 1px 3px 2px #aed278; box-shadow: 1px 1px 3px 2px #aed278;">
Div content here</div>
This div box has shadow with color #aed278
Comments
No comments written yet.
Please login to write comment.