Color spaces of #cafdfb
RGB | 202 | 253 | 251 |
---|---|---|---|
HSL | 0.49 | 0.93 | 0.89 |
HSV | 178° | 20° | 99° |
CMYK | 0.20 | 0.00 | 0.01 0.01 |
XYZ | 76.8950 | 89.7722 | 104.5417 |
Yxy | 89.7722 | 0.2835 | 0.3310 |
Hunter Lab | 94.7482 | -20.9437 | 0.9053 |
CIE-Lab | 95.9022 | -16.4401 | -4.3710 |
#cafdfb color RGB value is (202,253,251).
#cafdfb hex color red value is 202, green value is 253 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cafdfb hue: 0.49 , saturation: 0.93 and the lightness value of cafdfb is 0.89.
The process color (four color CMYK) of #cafdfb color hex is 0.20, 0.00, 0.01, 0.01. Web safe color of #cafdfb is #ccffff. Color #cafdfb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11111101 | 11111011 |
Octal | 312 | 375 | 373 |
Decimal | 202 | 253 | 251 |
Hex | CA | FD | FB |
Shades of #cafdfb
Tints of #cafdfb
RGB Percentages of Color #cafdfb
CMYK Percentages of Color #cafdfb
Complementary Color
#cafdfb | #fdcacc |
#cafdfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cafdfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cafdfb Color CSS Codes
.mybgcolor {background-color:#cafdfb; } .myforecolor {color:#cafdfb; } .mybordercolor {border:3px solid #cafdfb; }
#cafdfb Text Font Color
<p style="color:#cafdfb">Text here</p>
This sample text font color is #cafdfb
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.
#cafdfb Background Color
<div style="background-color:#cafdfb">
Div content here</div>
This div background color is #cafdfb
#cafdfb Border Color
<div style="border:3px solid #cafdfb">
Div here</div>
This div border color is #cafdfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,253,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cafdfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cafdfb; -webkit-box-shadow: 1px 1px 3px 2px #cafdfb; box-shadow: 1px 1px 3px 2px #cafdfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,253,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cafdfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cafdfb; -webkit-box-shadow: 1px 1px 3px 2px #cafdfb; box-shadow: 1px 1px 3px 2px #cafdfb;">
Div content here</div>
This div box has shadow with color #cafdfb
Comments
No comments written yet.
Please login to write comment.