Color spaces of #cffce2
RGB | 207 | 252 | 226 |
---|---|---|---|
HSL | 0.40 | 0.88 | 0.90 |
HSV | 145° | 18° | 99° |
CMYK | 0.18 | 0.00 | 0.10 0.01 |
XYZ | 74.2700 | 88.3772 | 85.0956 |
Yxy | 88.3772 | 0.2998 | 0.3567 |
Hunter Lab | 94.0091 | -23.4957 | 12.1380 |
CIE-Lab | 95.3195 | -19.2916 | 7.7065 |
#cffce2 color RGB value is (207,252,226).
#cffce2 hex color red value is 207, green value is 252 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #cffce2 hue: 0.40 , saturation: 0.88 and the lightness value of cffce2 is 0.90.
The process color (four color CMYK) of #cffce2 color hex is 0.18, 0.00, 0.10, 0.01. Web safe color of #cffce2 is #ccffcc. Color #cffce2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11111100 | 11100010 |
Octal | 317 | 374 | 342 |
Decimal | 207 | 252 | 226 |
Hex | CF | FC | E2 |
Shades of #cffce2
Tints of #cffce2
RGB Percentages of Color #cffce2
CMYK Percentages of Color #cffce2
Complementary Color
#cffce2 | #fccfe9 |
#cffce2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cffce2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cffce2 Color CSS Codes
.mybgcolor {background-color:#cffce2; } .myforecolor {color:#cffce2; } .mybordercolor {border:3px solid #cffce2; }
#cffce2 Text Font Color
<p style="color:#cffce2">Text here</p>
This sample text font color is #cffce2
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.
#cffce2 Background Color
<div style="background-color:#cffce2">
Div content here</div>
This div background color is #cffce2
#cffce2 Border Color
<div style="border:3px solid #cffce2">
Div here</div>
This div border color is #cffce2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,252,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cffce2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cffce2; -webkit-box-shadow: 1px 1px 3px 2px #cffce2; box-shadow: 1px 1px 3px 2px #cffce2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,252,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cffce2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cffce2; -webkit-box-shadow: 1px 1px 3px 2px #cffce2; box-shadow: 1px 1px 3px 2px #cffce2;">
Div content here</div>
This div box has shadow with color #cffce2
Comments
No comments written yet.
Please login to write comment.