Color spaces of #aefdad
RGB | 174 | 253 | 173 |
---|---|---|---|
HSL | 0.33 | 0.95 | 0.84 |
HSV | 119° | 32° | 99° |
CMYK | 0.31 | 0.00 | 0.32 0.01 |
XYZ | 60.1237 | 82.2664 | 52.2453 |
Yxy | 82.2664 | 0.3089 | 0.4227 |
Hunter Lab | 90.7008 | -40.4025 | 29.3385 |
CIE-Lab | 92.6923 | -39.2888 | 30.8243 |
#aefdad color RGB value is (174,253,173).
#aefdad hex color red value is 174, green value is 253 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aefdad hue: 0.33 , saturation: 0.95 and the lightness value of aefdad is 0.84.
The process color (four color CMYK) of #aefdad color hex is 0.31, 0.00, 0.32, 0.01. Web safe color of #aefdad is #99ff99. Color #aefdad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11111101 | 10101101 |
Octal | 256 | 375 | 255 |
Decimal | 174 | 253 | 173 |
Hex | AE | FD | AD |
Shades of #aefdad
Tints of #aefdad
RGB Percentages of Color #aefdad
CMYK Percentages of Color #aefdad
Complementary Color
#aefdad | #fcadfd |
#aefdad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aefdad Color Preview on White Background
Lorem ipsum dolor sit amet.
#aefdad Color CSS Codes
.mybgcolor {background-color:#aefdad; } .myforecolor {color:#aefdad; } .mybordercolor {border:3px solid #aefdad; }
#aefdad Text Font Color
<p style="color:#aefdad">Text here</p>
This sample text font color is #aefdad
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.
#aefdad Background Color
<div style="background-color:#aefdad">
Div content here</div>
This div background color is #aefdad
#aefdad Border Color
<div style="border:3px solid #aefdad">
Div here</div>
This div border color is #aefdad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,253,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aefdad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aefdad; -webkit-box-shadow: 1px 1px 3px 2px #aefdad; box-shadow: 1px 1px 3px 2px #aefdad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,253,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aefdad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aefdad; -webkit-box-shadow: 1px 1px 3px 2px #aefdad; box-shadow: 1px 1px 3px 2px #aefdad;">
Div content here</div>
This div box has shadow with color #aefdad
Comments
No comments written yet.
Please login to write comment.