Color spaces of #cfee70
RGB | 207 | 238 | 112 |
---|---|---|---|
HSL | 0.21 | 0.79 | 0.69 |
HSV | 75° | 53° | 93° |
CMYK | 0.13 | 0.00 | 0.53 0.07 |
XYZ | 59.2313 | 75.5843 | 26.7966 |
Yxy | 75.5843 | 0.3665 | 0.4677 |
Hunter Lab | 86.9392 | -30.5324 | 42.5830 |
CIE-Lab | 89.6660 | -28.3784 | 56.8484 |
#cfee70 color RGB value is (207,238,112).
#cfee70 hex color red value is 207, green value is 238 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cfee70 hue: 0.21 , saturation: 0.79 and the lightness value of cfee70 is 0.69.
The process color (four color CMYK) of #cfee70 color hex is 0.13, 0.00, 0.53, 0.07. Web safe color of #cfee70 is #ccff66. Color #cfee70 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11101110 | 01110000 |
Octal | 317 | 356 | 160 |
Decimal | 207 | 238 | 112 |
Hex | CF | EE | 70 |
Shades of #cfee70
Tints of #cfee70
RGB Percentages of Color #cfee70
CMYK Percentages of Color #cfee70
Complementary Color
#cfee70 | #8f70ee |
#cfee70 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfee70 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfee70 Color CSS Codes
.mybgcolor {background-color:#cfee70; } .myforecolor {color:#cfee70; } .mybordercolor {border:3px solid #cfee70; }
#cfee70 Text Font Color
<p style="color:#cfee70">Text here</p>
This sample text font color is #cfee70
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.
#cfee70 Background Color
<div style="background-color:#cfee70">
Div content here</div>
This div background color is #cfee70
#cfee70 Border Color
<div style="border:3px solid #cfee70">
Div here</div>
This div border color is #cfee70
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,238,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfee70; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfee70; -webkit-box-shadow: 1px 1px 3px 2px #cfee70; box-shadow: 1px 1px 3px 2px #cfee70; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,238,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfee70">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfee70; -webkit-box-shadow: 1px 1px 3px 2px #cfee70; box-shadow: 1px 1px 3px 2px #cfee70;">
Div content here</div>
This div box has shadow with color #cfee70
Comments
No comments written yet.
Please login to write comment.