Color spaces of #cafeb8
RGB | 202 | 254 | 184 |
---|---|---|---|
HSL | 0.29 | 0.97 | 0.86 |
HSV | 105° | 28° | 100° |
CMYK | 0.20 | 0.00 | 0.28 0.00 |
XYZ | 68.4507 | 86.9009 | 58.5132 |
Yxy | 86.9009 | 0.3201 | 0.4063 |
Hunter Lab | 93.2207 | -32.0659 | 28.0390 |
CIE-Lab | 94.6962 | -28.9616 | 28.2528 |
#cafeb8 color RGB value is (202,254,184).
#cafeb8 hex color red value is 202, green value is 254 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #cafeb8 hue: 0.29 , saturation: 0.97 and the lightness value of cafeb8 is 0.86.
The process color (four color CMYK) of #cafeb8 color hex is 0.20, 0.00, 0.28, 0.00. Web safe color of #cafeb8 is #ccffcc. Color #cafeb8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11111110 | 10111000 |
Octal | 312 | 376 | 270 |
Decimal | 202 | 254 | 184 |
Hex | CA | FE | B8 |
Shades of #cafeb8
Tints of #cafeb8
RGB Percentages of Color #cafeb8
CMYK Percentages of Color #cafeb8
Complementary Color
#cafeb8 | #ecb8fe |
#cafeb8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cafeb8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cafeb8 Color CSS Codes
.mybgcolor {background-color:#cafeb8; } .myforecolor {color:#cafeb8; } .mybordercolor {border:3px solid #cafeb8; }
#cafeb8 Text Font Color
<p style="color:#cafeb8">Text here</p>
This sample text font color is #cafeb8
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.
#cafeb8 Background Color
<div style="background-color:#cafeb8">
Div content here</div>
This div background color is #cafeb8
#cafeb8 Border Color
<div style="border:3px solid #cafeb8">
Div here</div>
This div border color is #cafeb8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,254,184, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cafeb8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cafeb8; -webkit-box-shadow: 1px 1px 3px 2px #cafeb8; box-shadow: 1px 1px 3px 2px #cafeb8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,254,184, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cafeb8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cafeb8; -webkit-box-shadow: 1px 1px 3px 2px #cafeb8; box-shadow: 1px 1px 3px 2px #cafeb8;">
Div content here</div>
This div box has shadow with color #cafeb8
#cafeb8 Color Palettes
Comments
No comments written yet.
Please login to write comment.