HEX: #CAFFEE
RGB: (202,255,238)
#CAFFEE contains red, green and blue colors in about the same proportion. Web safe color of #CAFFEE is #CCFFFF (or #CFF).
#CAFFEE color RGB value is (202,255,238).
RGB: (202,255,238)
(79%, 100%, 93%)
R 202 of 255 = 79%
G 255 of 255 = 100%
B 238 of 255 = 93%
R + G + B ~ 91%. #CAFFEE is light color.
R + G + B = 202 + 255 + 238 = 695 (100%)
R 202 of 695 ~ 29.06%
G 255 of 695 ~ 36.69%
B 238 of 695 ~ 34.24'%
#CAFFEE color CMYK value is (21,0,7,0).
CMYK: (21,0,7,0)
C21M0Y7K0 (21%, 0%, 7%, 0%)
(0.21 / 0.00 / 0.07 / 0.00)
Color #CAFFEE in popluar color models
CA | FF | EE | |
---|---|---|---|
RGB | 202 | 255 | 238 |
HSL | 161° | 100.00% | 89.61% |
HSB/HSV | 161° | 20.78% | 100.00% |
CMYK | 20.78% | 0.00% | 6.67% |
0.00% |
Color #CAFFEE in popluar number systems.
HEX | CA | FF | EE |
Decimal | 202 | 255 | 238 |
Binary | 11001010 | 11111111 | 11101110 |
Octal | 312 | 377 | 356 |
Shades of #CAFFEE
Tints of #CAFFEE
Examples of css and html codes for elements with #CAFFEE color. Also use rgb(202,255,238) instead hex code.
.myTextColor { color: #CAFFEE; }
<p style="color:#CAFFEE">This sample text font color is #CAFFEE.</p>
This text font color is #CAFFEE.
.myBgColor { background-color: #CAFFEE; }
<div style="background-color:#CAFFEE">Inner text</div>
This div background color is #CAFFEE.
.myBorderColor { border: 1px solid #CAFFEE; }
<div style="border:3px solid #CAFFEE">Div</div>
This div border color is #CAFFEE.
.myOpacity80 { color: #CAFFEE; opacity: 0.8; }
<p style="color:#CAFFEE;opacity:0.8;">80%</p>
Text with #CAFFEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CAFFEE;}
<p style="text-shadow: 3px 3px 1px #CAFFEE">Text here.</p>
This text has shadow with #CAFFEE color.
.textShadow {text-shadow: 3px 3px 1px #CAFFEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CAFFEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #CAFFEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CAFFEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CAFFEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #CAFFEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CAFFEE;
-webkit-box-shadow: 1px 1px 3px 2px #CAFFEE;
box-shadow: 1px 1px 3px 2px #CAFFEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CAFFEE; -webkit-box-shadow: 1px 1px 3px 2px #CAFFEE; box-shadow:1px 1px 3px 2px #CAFFEE;">
Div content here
</div>
This text has color #CAFFEE on black background.
This text has color #CAFFEE on white background.
This text has black color on #CAFFEE background.
This text has white color on #CAFFEE background.
Complementary color for #hex is #350011.