Color spaces of #3ffccc
RGB | 63 | 252 | 204 |
---|---|---|---|
HSL | 0.46 | 0.97 | 0.62 |
HSV | 165° | 75° | 99° |
CMYK | 0.75 | 0.00 | 0.19 0.01 |
XYZ | 47.7594 | 75.0372 | 69.0932 |
Yxy | 75.0372 | 0.2489 | 0.3910 |
Hunter Lab | 86.6240 | -53.1776 | 13.3458 |
CIE-Lab | 89.4104 | -56.8494 | 9.8767 |
#3ffccc color RGB value is (63,252,204).
#3ffccc hex color red value is 63, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3ffccc hue: 0.46 , saturation: 0.97 and the lightness value of 3ffccc is 0.62.
The process color (four color CMYK) of #3ffccc color hex is 0.75, 0.00, 0.19, 0.01. Web safe color of #3ffccc is #33ffcc. Color #3ffccc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111111 | 11111100 | 11001100 |
Octal | 77 | 374 | 314 |
Decimal | 63 | 252 | 204 |
Hex | 3F | FC | CC |
Shades of #3ffccc
Tints of #3ffccc
RGB Percentages of Color #3ffccc
CMYK Percentages of Color #3ffccc
Complementary Color
#3ffccc | #fc3f6f |
#3ffccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3ffccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3ffccc Color CSS Codes
.mybgcolor {background-color:#3ffccc; } .myforecolor {color:#3ffccc; } .mybordercolor {border:3px solid #3ffccc; }
#3ffccc Text Font Color
<p style="color:#3ffccc">Text here</p>
This sample text font color is #3ffccc
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.
#3ffccc Background Color
<div style="background-color:#3ffccc">
Div content here</div>
This div background color is #3ffccc
#3ffccc Border Color
<div style="border:3px solid #3ffccc">
Div here</div>
This div border color is #3ffccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63,252,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3ffccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3ffccc; -webkit-box-shadow: 1px 1px 3px 2px #3ffccc; box-shadow: 1px 1px 3px 2px #3ffccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(63,252,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3ffccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3ffccc; -webkit-box-shadow: 1px 1px 3px 2px #3ffccc; box-shadow: 1px 1px 3px 2px #3ffccc;">
Div content here</div>
This div box has shadow with color #3ffccc
Comments
No comments written yet.
Please login to write comment.