Color spaces of #cafedb
RGB | 202 | 254 | 219 |
---|---|---|---|
HSL | 0.39 | 0.96 | 0.89 |
HSV | 140° | 20° | 100° |
CMYK | 0.20 | 0.00 | 0.14 0.00 |
XYZ | 72.5851 | 88.5547 | 80.2849 |
Yxy | 88.5547 | 0.3007 | 0.3668 |
Hunter Lab | 94.1035 | -26.9983 | 15.2889 |
CIE-Lab | 95.3940 | -23.1219 | 11.3740 |
#cafedb color RGB value is (202,254,219).
#cafedb hex color red value is 202, green value is 254 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cafedb hue: 0.39 , saturation: 0.96 and the lightness value of cafedb is 0.89.
The process color (four color CMYK) of #cafedb color hex is 0.20, 0.00, 0.14, 0.00. Web safe color of #cafedb is #ccffcc. Color #cafedb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11111110 | 11011011 |
Octal | 312 | 376 | 333 |
Decimal | 202 | 254 | 219 |
Hex | CA | FE | DB |
Shades of #cafedb
Tints of #cafedb
RGB Percentages of Color #cafedb
CMYK Percentages of Color #cafedb
Complementary Color
#cafedb | #fecaed |
#cafedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cafedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cafedb Color CSS Codes
.mybgcolor {background-color:#cafedb; } .myforecolor {color:#cafedb; } .mybordercolor {border:3px solid #cafedb; }
#cafedb Text Font Color
<p style="color:#cafedb">Text here</p>
This sample text font color is #cafedb
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.
#cafedb Background Color
<div style="background-color:#cafedb">
Div content here</div>
This div background color is #cafedb
#cafedb Border Color
<div style="border:3px solid #cafedb">
Div here</div>
This div border color is #cafedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,254,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cafedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cafedb; -webkit-box-shadow: 1px 1px 3px 2px #cafedb; box-shadow: 1px 1px 3px 2px #cafedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,254,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cafedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cafedb; -webkit-box-shadow: 1px 1px 3px 2px #cafedb; box-shadow: 1px 1px 3px 2px #cafedb;">
Div content here</div>
This div box has shadow with color #cafedb
Comments
No comments written yet.
Please login to write comment.