Color spaces of #a5fbdf
RGB | 165 | 251 | 223 |
---|---|---|---|
HSL | 0.45 | 0.91 | 0.82 |
HSV | 160° | 34° | 98° |
CMYK | 0.34 | 0.00 | 0.11 0.02 |
XYZ | 63.3335 | 82.3214 | 82.3636 |
Yxy | 82.3214 | 0.2778 | 0.3610 |
Hunter Lab | 90.7311 | -34.1803 | 9.6897 |
CIE-Lab | 92.7165 | -31.8871 | 5.2115 |
#a5fbdf color RGB value is (165,251,223).
#a5fbdf hex color red value is 165, green value is 251 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a5fbdf hue: 0.45 , saturation: 0.91 and the lightness value of a5fbdf is 0.82.
The process color (four color CMYK) of #a5fbdf color hex is 0.34, 0.00, 0.11, 0.02. Web safe color of #a5fbdf is #99ffcc. Color #a5fbdf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 11111011 | 11011111 |
Octal | 245 | 373 | 337 |
Decimal | 165 | 251 | 223 |
Hex | A5 | FB | DF |
Shades of #a5fbdf
Tints of #a5fbdf
RGB Percentages of Color #a5fbdf
CMYK Percentages of Color #a5fbdf
Complementary Color
#a5fbdf | #fba5c1 |
#a5fbdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a5fbdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a5fbdf Color CSS Codes
.mybgcolor {background-color:#a5fbdf; } .myforecolor {color:#a5fbdf; } .mybordercolor {border:3px solid #a5fbdf; }
#a5fbdf Text Font Color
<p style="color:#a5fbdf">Text here</p>
This sample text font color is #a5fbdf
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.
#a5fbdf Background Color
<div style="background-color:#a5fbdf">
Div content here</div>
This div background color is #a5fbdf
#a5fbdf Border Color
<div style="border:3px solid #a5fbdf">
Div here</div>
This div border color is #a5fbdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,251,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a5fbdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a5fbdf; -webkit-box-shadow: 1px 1px 3px 2px #a5fbdf; box-shadow: 1px 1px 3px 2px #a5fbdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,251,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a5fbdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a5fbdf; -webkit-box-shadow: 1px 1px 3px 2px #a5fbdf; box-shadow: 1px 1px 3px 2px #a5fbdf;">
Div content here</div>
This div box has shadow with color #a5fbdf
Comments
No comments written yet.
Please login to write comment.