Color spaces of #cafeff
RGB | 202 | 254 | 255 |
---|---|---|---|
HSL | 0.50 | 1.00 | 0.90 |
HSV | 181° | 21° | 100° |
CMYK | 0.21 | 0.00 | 0.00 0.00 |
XYZ | 77.8489 | 90.6602 | 108.0038 |
Yxy | 90.6602 | 0.2815 | 0.3279 |
Hunter Lab | 95.2156 | -20.6847 | -0.6021 |
CIE-Lab | 96.2700 | -16.1066 | -5.8913 |
#cafeff color RGB value is (202,254,255).
#cafeff hex color red value is 202, green value is 254 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cafeff hue: 0.50 , saturation: 1.00 and the lightness value of cafeff is 0.90.
The process color (four color CMYK) of #cafeff color hex is 0.21, 0.00, 0.00, 0.00. Web safe color of #cafeff is #ccffff. Color #cafeff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11111110 | 11111111 |
Octal | 312 | 376 | 377 |
Decimal | 202 | 254 | 255 |
Hex | CA | FE | FF |
Shades of #cafeff
Tints of #cafeff
RGB Percentages of Color #cafeff
CMYK Percentages of Color #cafeff
Complementary Color
#cafeff | #ffcbca |
#cafeff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cafeff Color Preview on White Background
Lorem ipsum dolor sit amet.
#cafeff Color CSS Codes
.mybgcolor {background-color:#cafeff; } .myforecolor {color:#cafeff; } .mybordercolor {border:3px solid #cafeff; }
#cafeff Text Font Color
<p style="color:#cafeff">Text here</p>
This sample text font color is #cafeff
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.
#cafeff Background Color
<div style="background-color:#cafeff">
Div content here</div>
This div background color is #cafeff
#cafeff Border Color
<div style="border:3px solid #cafeff">
Div here</div>
This div border color is #cafeff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,254,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cafeff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cafeff; -webkit-box-shadow: 1px 1px 3px 2px #cafeff; box-shadow: 1px 1px 3px 2px #cafeff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,254,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cafeff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cafeff; -webkit-box-shadow: 1px 1px 3px 2px #cafeff; box-shadow: 1px 1px 3px 2px #cafeff;">
Div content here</div>
This div box has shadow with color #cafeff
Related Colors
#cafeff Color Palettes
Comments
No comments written yet.
Please login to write comment.