Color spaces of #afebba
RGB | 175 | 235 | 186 |
---|---|---|---|
HSL | 0.36 | 0.60 | 0.80 |
HSV | 131° | 26° | 92° |
CMYK | 0.26 | 0.00 | 0.21 0.08 |
XYZ | 56.2505 | 72.0758 | 57.4017 |
Yxy | 72.0758 | 0.3029 | 0.3881 |
Hunter Lab | 84.8975 | -30.3019 | 19.3405 |
CIE-Lab | 88.0051 | -28.5071 | 17.7525 |
#afebba color RGB value is (175,235,186).
#afebba hex color red value is 175, green value is 235 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #afebba hue: 0.36 , saturation: 0.60 and the lightness value of afebba is 0.80.
The process color (four color CMYK) of #afebba color hex is 0.26, 0.00, 0.21, 0.08. Web safe color of #afebba is #99ffcc. Color #afebba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101011 | 10111010 |
Octal | 257 | 353 | 272 |
Decimal | 175 | 235 | 186 |
Hex | AF | EB | BA |
Shades of #afebba
Tints of #afebba
RGB Percentages of Color #afebba
CMYK Percentages of Color #afebba
Complementary Color
#afebba | #ebafe0 |
#afebba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afebba Color Preview on White Background
Lorem ipsum dolor sit amet.
#afebba Color CSS Codes
.mybgcolor {background-color:#afebba; } .myforecolor {color:#afebba; } .mybordercolor {border:3px solid #afebba; }
#afebba Text Font Color
<p style="color:#afebba">Text here</p>
This sample text font color is #afebba
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.
#afebba Background Color
<div style="background-color:#afebba">
Div content here</div>
This div background color is #afebba
#afebba Border Color
<div style="border:3px solid #afebba">
Div here</div>
This div border color is #afebba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,235,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afebba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afebba; -webkit-box-shadow: 1px 1px 3px 2px #afebba; box-shadow: 1px 1px 3px 2px #afebba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,235,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afebba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afebba; -webkit-box-shadow: 1px 1px 3px 2px #afebba; box-shadow: 1px 1px 3px 2px #afebba;">
Div content here</div>
This div box has shadow with color #afebba
Comments
No comments written yet.
Please login to write comment.