Color spaces of #afdeb3
RGB | 175 | 222 | 179 |
---|---|---|---|
HSL | 0.35 | 0.42 | 0.78 |
HSV | 125° | 21° | 87° |
CMYK | 0.21 | 0.00 | 0.19 0.13 |
XYZ | 51.9372 | 64.6112 | 52.3817 |
Yxy | 64.6112 | 0.3074 | 0.3825 |
Hunter Lab | 80.3811 | -25.3315 | 17.6294 |
CIE-Lab | 84.2830 | -23.4801 | 16.1894 |
#afdeb3 color RGB value is (175,222,179).
#afdeb3 hex color red value is 175, green value is 222 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #afdeb3 hue: 0.35 , saturation: 0.42 and the lightness value of afdeb3 is 0.78.
The process color (four color CMYK) of #afdeb3 color hex is 0.21, 0.00, 0.19, 0.13. Web safe color of #afdeb3 is #99cccc. Color #afdeb3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011110 | 10110011 |
Octal | 257 | 336 | 263 |
Decimal | 175 | 222 | 179 |
Hex | AF | DE | B3 |
Shades of #afdeb3
Tints of #afdeb3
RGB Percentages of Color #afdeb3
CMYK Percentages of Color #afdeb3
Complementary Color
#afdeb3 | #deafda |
#afdeb3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afdeb3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afdeb3 Color CSS Codes
.mybgcolor {background-color:#afdeb3; } .myforecolor {color:#afdeb3; } .mybordercolor {border:3px solid #afdeb3; }
#afdeb3 Text Font Color
<p style="color:#afdeb3">Text here</p>
This sample text font color is #afdeb3
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.
#afdeb3 Background Color
<div style="background-color:#afdeb3">
Div content here</div>
This div background color is #afdeb3
#afdeb3 Border Color
<div style="border:3px solid #afdeb3">
Div here</div>
This div border color is #afdeb3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,222,179, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afdeb3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afdeb3; -webkit-box-shadow: 1px 1px 3px 2px #afdeb3; box-shadow: 1px 1px 3px 2px #afdeb3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,222,179, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afdeb3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afdeb3; -webkit-box-shadow: 1px 1px 3px 2px #afdeb3; box-shadow: 1px 1px 3px 2px #afdeb3;">
Div content here</div>
This div box has shadow with color #afdeb3
Comments
No comments written yet.
Please login to write comment.